Diff for /dietlibc/CHANGES between versions 1.240 and 1.241

version 1.240, 2002/02/18 14:32:27 version 1.241, 2002/02/18 19:53:16
Line 29 Line 29
   Ryan told me that fmod was not included in libm.  Oops.    Ryan told me that fmod was not included in libm.  Oops.
   strstr(whatever,"") returned NULL, not whatever.  Found by a new test    strstr(whatever,"") returned NULL, not whatever.  Found by a new test
     suite entry for strstr that I wrote.      suite entry for strstr that I wrote.
   Thomas Oggrisegg suggested the following:    Thomas Oggrisegg suggested or sent patches for the following:
     add <asm/sigcontext.h> for profiling support.      add <asm/sigcontext.h> for profiling support.
     make strncpy a #define in string.h to save a few bytes.      make strncpy a #define in string.h to save a few bytes.
       an i386 assembler getenv implementation (roughly half the size)
       add grantpt, ptsname, unlockpt
   add a getenv test suite entry.    add a getenv test suite entry.
   Andre contributed an ARM assembler md5 implementation and he fixed mmap    Andre contributed an ARM assembler md5 implementation and he fixed mmap
     on ARM.      on ARM.
Line 39 Line 41
   getservent_r did not parse lines without aliases.  Thanks, Jaroslav    getservent_r did not parse lines without aliases.  Thanks, Jaroslav
     Macodiseas!      Macodiseas!
   fix MIPS start code (argv[0] was always corrupt)    fix MIPS start code (argv[0] was always corrupt)
     removed annoying -Wconversion gcc switch
   
 0.14:  0.14:
   fix brk again (missing __brk, trivial oversight)    fix brk again (missing __brk, trivial oversight)

Removed from v.1.240  
changed lines
  Added in v.1.241


LinuxTV legacy CVS <linuxtv.org/cvs>