Diff for /dietlibc/CHANGES between versions 1.180 and 1.181

version 1.180, 2001/10/08 18:31:38 version 1.181, 2001/10/10 23:55:35
Line 21 Line 21
   opendir did not close-on-exec (thanks, Laurent Bercot).    opendir did not close-on-exec (thanks, Laurent Bercot).
   DNS will now properly signal errors and set h_errno.    DNS will now properly signal errors and set h_errno.
   A few more cleanups (thanks, Andreas Jabs and Matthias Andree).    A few more cleanups (thanks, Andreas Jabs and Matthias Andree).
     Added an uber-cool linker safeguard feature!  Idea by Matthias Andree.
       If you enable WANT_SAFEGUARD in dietfeatures.h, diet will include an
       external reference to a symbol that is only in the diet libc.  So,
       when you accidentally link a diet libc compiled object file against
       glibc, the linker will barf.  This will bloat your object files, but
       you can remove all the references with "strip -R .note" from
       the binaries in the end (which you should do anyway).
   
 0.11:  0.11:
   fix major oops in DNS routines (only with WANT_FULL_RESOLV_CONF enabled).    fix major oops in DNS routines (only with WANT_FULL_RESOLV_CONF enabled).

Removed from v.1.180  
changed lines
  Added in v.1.181


LinuxTV legacy CVS <linuxtv.org/cvs>