History of src/printf.c
2009-12-30
| ||
20:33:59 | [8a4feba8cf] part of check-in [76bc05d739] merge with trunk (By: btheado on 2009-12-30 20:33:59) [diff] [annotate] | |
2009-12-18
| ||
21:38:19 | [8a4feba8cf] part of check-in [9a8fdf7294] Change the name of the strnlen_() function in printf.c to StrNLen32(). (By: drh on 2009-12-18 21:38:19) [diff] [annotate] | |
2008-04-25
| ||
21:45:41 | [e955d82165] part of check-in [0c78ba2eb4] s/strnlen/strnlen_/g for the local strnlen impementation because the name fataly collides with a func from standard headers in some gcc versions (e.g. GnuSolaris/Nexenta w/ gcc 4.0.x). (By: stephan on 2008-04-25 21:45:41) [diff] [annotate] | |
2008-02-04
| ||
19:07:58 | [cefba92273] part of check-in [8c3ec00311] On the printf extension converters (ex: %T, %w) the "alternate form flag" (ex: %#T, %#w) means first read an integer from the argument list and then only process that number of characters from the string or blob that is read next from the argument list. (By: drh on 2008-02-04 19:07:58) [diff] [annotate] | |
2007-12-05
| ||
08:07:46 | [af38cba6b0] part of check-in [d0305b305a] Merged mainline into my branch to get the newest application. (By: aku on 2007-12-05 08:07:46) [diff] [annotate] | |
2007-11-22
| ||
22:55:05 | [af38cba6b0] part of check-in [2859293737] Add the %w and %W formatting options for internal printf usage. Use these formatting characters to render wiki. Fix additional problems of unterminated wiki on webpage rendering by using %w. (There are probably more problems yet to be discovered and fixed.) (By: drh on 2007-11-22 22:55:05) [diff] [annotate] | |
2007-09-22
| ||
19:43:55 | [63619c9ec6] part of check-in [3c5482959c] Merge in the w32 changes. (By: drh on 2007-09-22 19:43:55) [diff] [annotate] | |
06:47:11 | [63619c9ec6] part of check-in [c7278fd013] Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. (By: jnc on 2007-09-22 06:47:11) [diff] [annotate] | |
2007-07-21
| ||
14:10:57 | [48f1118d8e] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate] |