home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_USR08B.LHA / gerlib / Documentation / Changes next >
Encoding:
Text File  |  1993-12-12  |  2.6 KB  |  91 lines

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