OSDN Git Service

2003-11-27 Artem B. Bityuckiy <mail_lists@mail.ru>
authorjjohnstn <jjohnstn>
Thu, 27 Nov 2003 19:47:18 +0000 (19:47 +0000)
committerjjohnstn <jjohnstn>
Thu, 27 Nov 2003 19:47:18 +0000 (19:47 +0000)
commitec0b057ebea44f0e6839b686328fb93e1738b1c4
tree92e505d084fa17b54affda677ec705df5524360f
parent7269e7f0b8b1c5ff6791e39baa1d45962babc2b3
2003-11-27  Artem B. Bityuckiy  <mail_lists@mail.ru>
            Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdlib.h (lldiv_t): New type.
        (atoll, llabs, lldiv): New prototypes.
        * libc/stdlib/Makefile.am: Add support for atoll, llabs, and lldiv.
        * libc/stdlib/stdlib.tex: Ditto.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/stdlib/atoll.c: New file.
        * libc/stdlib/llabs.c: Ditto.
        * libc/stdlib/lldiv.c: Ditto.
newlib/ChangeLog
newlib/libc/include/stdlib.h
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/atoll.c [new file with mode: 0644]
newlib/libc/stdlib/llabs.c [new file with mode: 0644]
newlib/libc/stdlib/lldiv.c [new file with mode: 0644]
newlib/libc/stdlib/stdlib.tex