acadia-newlib/newlib/libc
Jeff Johnston 37f996a2b2 2008-09-24 Pawel Veselov <pawel.veselov@gmail.com>
Fix setenv/getenv/unsetenv to be OpenGroup compliant:
        * libc/include/stdlib.h (unsetenv, _unsetenv_r): Redefine with integer
        return types.
        * libc/stdlib/getenv_r.c (_findenv_r): Do no special processing with
        names that contain equal chars.
        * libc/stdlib/setenv.c: Redefine _unsetenv_r as returning int.
        * libc/stdlib/setenv_r.c (_setenv_r): Return -1 and set errno to
        EINVAL if name contains an equal sign.  Do not remove any equal signs
        from the value.
        (_unsetenv_r): Modified to return int.  Return -1 and set EINVAL
        if name contains equal sign.  Return -1 if no variable(s) were found
        and return 0 otherwise.
2008-09-25 01:23:08 +00:00
..
argz 2008-07-02 Jeff Johnston <jjohnstn@redhat.com> 2008-07-02 18:38:45 +00:00
ctype 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
errno 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
iconv 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
include 2008-09-24 Pawel Veselov <pawel.veselov@gmail.com> 2008-09-25 01:23:08 +00:00
locale 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
machine 2008-09-10 Ken Werner <ken.werner@de.ibm.com> 2008-09-11 00:33:58 +00:00
misc 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
posix 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
reent 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
search 2008-07-02 Jeff Johnston <jjohnstn@redhat.com> 2008-07-02 18:38:45 +00:00
signal 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
stdio Fix 2008-04-14 regression in asprintf(ptr,""). 2008-04-30 02:47:14 +00:00
stdio64 Fix ftell bug after ungetc. 2008-03-04 02:22:36 +00:00
stdlib 2008-09-24 Pawel Veselov <pawel.veselov@gmail.com> 2008-09-25 01:23:08 +00:00
string 2008-09-19 Eric Blake <ebb9@byu.net> 2008-09-19 16:11:35 +00:00
sys 008-09-08 Jeff Johnston <jjohnstn@redhat.com> 2008-09-08 22:25:14 +00:00
syscalls 2008-01-03 Jeff Johnston <jjohnstn@redhat.com> 2008-01-03 22:33:37 +00:00
time 2008-08-28 Craig Howland <howland@LGSInnovations.com> 2008-08-28 18:18:12 +00:00
unix * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
Makefile.am * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
Makefile.in * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
aclocal.m4 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
configure 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> 2007-12-19 22:36:48 +00:00
configure.in * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
libc.texinfo 2008-08-27 Sandra Loosemore <sandra@codesourcery.com> 2008-08-27 21:32:02 +00:00
saber import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
sys.tex 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:36:05 +00:00