32
I Use This!
High Activity

News

Analyzed 11 days ago. based on code collected about 1 month ago.
Posted about 3 years ago by george
Minor code clean-up of src/markdown.c: add a few 'const' specifiers, reduce the scope of temporary variables and simplify their names. (tags: markdown-footnotes)
Posted about 3 years ago by drh
*MERGE* Additional fixes to the build process to ensure that pikchr.c has a valid header file. (tags: trunk)
Posted about 3 years ago by danield
Change makemake.tcl accordingly for DMC (generated Makefile.dmc not tested). (tags: pickhr-prototype)
Posted about 3 years ago by danield
Fix makemake.tcl and Makefile.msc to build on Windows. (tags: pickhr-prototype)
Posted about 3 years ago by drh
*MERGE* Be strict about compiler warnings for Windows builds. (tags: trunk)
Posted about 3 years ago by larrybr
Make MSVC build fail any level 2 warnings, and build w/o any. (tags: msvc-warn2-fatal)
Posted about 3 years ago by larrybr
Create new branch named "msvc-warn2-fatal" (tags: msvc-warn2-fatal)
Posted about 3 years ago by mgagnon
*FORK* Fix an off by 1 bug in "win32_http_request()" which was causing POST request to fail on windows. (e.g. wikiedit preview or upload of a file on the chat) Problem appear in checkin [7a3bf55f5489f534] (tags: trunk)
Posted about 3 years ago by stephan
A potential fix for the Makefile.msc and Makefile.dmc for the missing pikchr prototype, as discussed in /chat. Cannot test locally. _Might_ be that the added block in makemake.tcl line 1441 can be removed. (tags: pickhr-prototype)
Posted about 3 years ago by drh
Make sure the pikchr() function has a prototype(). MSVC generates incorrect code (and does not give a warning) if the prototype is missing. (tags: trunk)