index
:
netpbm-mirror
this commit
advanced
master
meta
stable
super_stable
trunk
userguide
git-svn mirror of netpbm (updated manually)
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
nstring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compile error -- wrong interface to snprintf -- on systems without asprintf
giraffedata
2023-09-28
1
-2
/
+2
*
cleanup
giraffedata
2023-08-27
1
-62
/
+2
*
Add _C99_SOURCE in an attempt to get it to compile on macOS Ventura Xcode 14.3
giraffedata
2023-05-18
1
-0
/
+1
*
Make internal 'snprintf', 'vsnprintf' just wrap libc 'snprintf', 'vsnprintf'
giraffedata
2022-08-22
1
-680
/
+27
*
Fix comments
giraffedata
2022-08-18
1
-26
/
+5
*
Change description of license per Martinec's current offer of GPL for this code
giraffedata
2021-05-01
1
-18
/
+10
*
Add pm_string_to_int, pm_string_to_long
giraffedata
2020-03-14
1
-22
/
+58
*
merge pm_interpret_uint, pm_string_to_uint
giraffedata
2018-06-04
1
-52
/
+23
*
Add pm_strnlen because Mac OSX before 10.7, at least, does not have it
giraffedata
2018-01-20
1
-0
/
+13
*
whitespace
giraffedata
2018-01-20
1
-18
/
+18
*
add pm_string_to_uint()
giraffedata
2017-06-09
1
-0
/
+40
*
Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...
giraffedata
2016-11-16
1
-0
/
+1
*
cleanup
giraffedata
2016-05-08
1
-2
/
+0
*
Fix buffer overrun
giraffedata
2015-05-23
1
-26
/
+36
*
cleanup
giraffedata
2014-11-21
1
-30
/
+41
*
cleanup
giraffedata
2014-11-21
1
-16
/
+14
*
Declare _XOPEN_SOURCE >= 500 to make strdup defined
giraffedata
2014-08-24
1
-0
/
+2
*
Fix: wrong check or no check for asprintf/vasprintf failure
giraffedata
2013-11-28
1
-2
/
+5
*
Fix compiler warning on system without vasprintf
giraffedata
2013-10-17
1
-3
/
+6
*
Remove redefinition of HAVE_VASPRINTF
giraffedata
2013-10-17
1
-6
/
+0
*
Add %f capability
giraffedata
2013-07-26
1
-2
/
+17
*
cleanup
giraffedata
2013-07-25
1
-2
/
+2
*
cleanup
giraffedata
2013-07-25
1
-21
/
+36
*
fix comments
giraffedata
2013-07-25
1
-5
/
+3
*
Correct grammar in comment
giraffedata
2013-07-25
1
-2
/
+2
*
Fix bug: pm_asprintf() always fails on a system that doesn't have vasprintf()
giraffedata
2012-02-13
1
-1
/
+0
*
Add pm_strdup
giraffedata
2012-02-11
1
-0
/
+10
*
Use libc asprintf where available
giraffedata
2011-10-14
1
-7
/
+25
*
Rename nstring.h functions with pm_ prefix
giraffedata
2010-09-29
1
-39
/
+39
*
Reject obviously negative number as unsigned number
giraffedata
2007-12-18
1
-1
/
+4
*
fix overflow calculation
giraffedata
2007-12-09
1
-0
/
+37
*
Add missing streq()
giraffedata
2007-08-28
1
-4
/
+7
*
Replace macros with inline functions
giraffedata
2007-08-26
1
-1
/
+1
*
Make strishex() library function
giraffedata
2006-09-09
1
-0
/
+17
*
Add pm_errormsg(), pm_setusererrormsg(), pm_setusermessage(), release memory ...
giraffedata
2006-08-29
1
-9
/
+0
*
Create Subversion repository
giraffedata
2006-08-19
1
-0
/
+906