home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / source / TeX / gcclib / _README_ next >
Encoding:
Text File  |  1991-11-02  |  965 b   |  25 lines

  1. This directroy contains changed source files, taken from the GCC lib
  2. (written, maintained and collected by Jwahar Bammi).
  3.  
  4. !! Refer to the file `patchlev.h' for the Patchlevel of the used lib !!
  5.  
  6.  
  7. stat.c
  8.     Many file functions call the internal routine `_do_stat()'.
  9.     If you don't need `stat()', it's unnecessary to link this
  10.     function, too.
  11.     Good sideeffect: the function `unixtime()' and other function
  12.     for unixtime() are not linked to the executable!
  13.  
  14. unx2dos.c
  15.     I have reported an error to bammi in `_canon()', which can cause
  16.     funny things (the stack gets destroyed!!), if a file- or directory-
  17.         name is longer than NAME_MAX characters.
  18.     bammi rejected an additional overflow comparison as `Pascalism',
  19.      but I think that a too long filename shouldn't cause a crash or
  20.         other things! (Especially if this routine is used as interface
  21.     function between extended filenames and TOS.. and the last one
  22.     allows long filenames without crash!)
  23.  
  24. -- end --
  25.