# # ChangeLog for cpukit/libmisc/stringto/stringtounsignedchar.c in rtems # # Generated by Trac 1.2.1.dev0 # 04/20/24 01:48:25 Sun, 28 Mar 2010 15:20:32 GMT Ralf Corsepius [56f61c7d] * cpukit/libmisc/stringto/stringtodouble.c (modified) * cpukit/libmisc/stringto/stringtofloat.c (modified) * cpukit/libmisc/stringto/stringtoint.c (modified) * cpukit/libmisc/stringto/stringtolong.c (modified) * cpukit/libmisc/stringto/stringtolonglong.c (modified) * cpukit/libmisc/stringto/stringtopointer.c (modified) * cpukit/libmisc/stringto/stringtounsignedchar.c (modified) * cpukit/libmisc/stringto/stringtounsignedint.c (modified) * cpukit/libmisc/stringto/stringtounsignedlong.c (modified) * cpukit/libmisc/stringto/stringtounsignedlonglong.c (modified) Add HAVE_CONFIG_H support to let files receive configure defines. Wed, 22 Jul 2009 14:26:25 GMT Joel Sherrill [e8d59ca] * cpukit/ChangeLog (modified) * cpukit/Makefile.am (modified) * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/stringto/stringto.h (added) * cpukit/libmisc/stringto/stringto_template.h (added) * cpukit/libmisc/stringto/stringtodouble.c (added) * cpukit/libmisc/stringto/stringtofloat.c (added) * cpukit/libmisc/stringto/stringtoint.c (added) * cpukit/libmisc/stringto/stringtolong.c (added) * cpukit/libmisc/stringto/stringtolonglong.c (added) * cpukit/libmisc/stringto/stringtounsignedchar.c (added) * cpukit/libmisc/stringto/stringtounsignedint.c (added) * cpukit/libmisc/stringto/stringtounsignedlong.c (added) * cpukit/libmisc/stringto/stringtounsignedlonglong.c (added) * cpukit/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) 2009-07-22 Joel Sherrill * ...