home *** CD-ROM | disk | FTP | other *** search
- Changes since 0.7:
- ------------------
-
- Fri Oct 1 00:41:42 1993: GM
- gnulib/xx/eprintf.c: changed FPrintf(stderr, string, expression, line, filename);
- to FPrintf(Output(), string, expression, line, filename);
- as stderr is defined wrong for us in stdio.h
- added inline-includes
-
- Fri Oct 1 01:14:16 1993: GM
- gnulib/xx/config.h: only define the ones which are not stand-allone. Will prevent
- double-defined errors
-
-
- Fri Oct 1 01:56:04 1993: GM
- Bonus/xx/ frexp.c modf.c isnan.c isinf.c fabs.c added.
-
- Sat Oct 2 14:21:47 1993: GM
- Bonus/xx/ hypot.c added.
-
- Sat Oct 2 19:41:44 1993: GM
- Bonus/xx/ copysign.c added.
-
- Sat Oct 2 19:55:13 1993: GM
- Bonus/xx/ finite.c added.
-
- Sat Oct 2 20:11:08 1993: GM
- Bonus/xx/ support.c added, implements scalb, logb, drem
-
- Sat Oct 2 20:31:39 1993: GM
- Bonus/xx/ atan2.c added
-
- Sun Oct 3 06:13:18 1993: GM
- gnulib/xx/ger_realloc.c fixed bug (realloc could'nt reallocate more than 255 bytes)
-
- Tue Oct 5 19:33:58 1993: GM
- gnulib/xx/ger_calloc.c added
-
- Mon Oct 18 21:45:57 1993: GM
- amiga/xx/gettimeofday.c added
- amiga/xx/random.c added
- amiga/xx/time.c added
-
- Mon Oct 18 22:43:48 1993: GM
- amiga/xx/getsetenv.c added
-
- Wed Oct 20 23:28:32 1993: GM
- amiga/xx/getpid.c added, will return the Task-address
-
- Thu Oct 21 01:39:35 1993: GM
- amiga/xx/build_argc_argv.c added, will provide argc and argv to main,
- and will open some needed libraries.
- User will need to #include <use_standard_argc_argv.h>
- to get use of this feature
-
- Mon Oct 25 20:59:18 1993: GM
- amiga/xx/errno.c added, defines errno
-
- Tue Oct 26 22:21:23 1993: GM
- libg++/* added
-
- Tue Oct 26 22:34:41 1993: GM
- os-iclude/clib/tagedfines.h splitted, now use alib_stdio_defines.h if
- you want to use printf etc.
-
- Fri Nov 26 00:25:43 1993: GM
- changed layout of distribution, switchgcc now allows to swtitch between standard gcc
- and my environment
-
- Distributed as gerlibv08.lha
-
- Sat Nov 27 07:45:59 1993: GM
- Fixed Bug in hookEntry (large data), trashed a3 :-(
-
- Distributed as gerlibv08a.lha
-
- Changes since 0.8a:
- ------------------
-
- Montag 06-Dez-93 00:10:29: GM
- Fixed bug in the startup-code that caused the startup-code to crash under 68000
- (I used tst.l ax, this does'nt seem to exist on an 68000 :-( )
-
- Sun Dec 12 16:39:10 1993 GM: updated text in startup code
-
- Sun Dec 12 16:53:48 1993 GM: relinkd all executables
-
- Sun Dec 12 17:27:30 1993 GM: Splitted archieve in User and Developer part
-
- Distributed as gerlibv_user08b.lha and gerlibv_devel08b.lha
-