home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gcc / ixemulsrc.lha / ixemul / utils / ChangeLog next >
Text File  |  1996-12-12  |  2KB  |  67 lines

  1. Fri Dec  6 20:11:05 1996  [ixtrace]     (cz253@cleveland.freenet.edu)
  2.  
  3.     * Updated ixtrace revision number to 1.451 to reflect the current
  4.       version of ixemul.library 
  5.     * The following changes were made in ixtrace.h
  6.          36:__obsolete_div    (previously 'div')
  7.          92:__obsolete_ldiv    (previously 'ldiv')
  8.         572:div            (added)
  9.         573:ldiv        (added)
  10.         574:inet_makeaddr    (added)
  11.         575:popen        (added)
  12.         576:pclose        (added)
  13.  
  14.  
  15. Mon Oct 14 23:12:59 1996  [ixtrace]    (cz253@cleveland.freenet.edu)
  16.  
  17.     * Updated ixtrace.c revision number to 1.42
  18.  
  19.     * Added to ixtrace.h        
  20.           571:__stkext_startup
  21.  
  22.  
  23. Tue Sep 24 00:35:00 GMT 1996  [ixtrace] (cz253@cleveland.freenet.edu)
  24.  
  25.     *  Added '-w' option. Allows user to enter a list of syscalls
  26.        that are to be ignored or ones they wish to Wipe out.
  27.  
  28.  
  29. Mon Aug 12 13:43:20 GMT 1996  [ixtrace] (cz253@cleveland.freenet.edu)
  30.  
  31.     *  Updated the revision number of ixtrace to 1.4
  32.     *  The following were changed in ixtrace.h
  33.         287:__obsolete_ssystem    (name changed)
  34.         335:fgetln        (name changed)
  35.         483:__stkext_f        (added)
  36.         517:getprotobynumber    (name changed)
  37.         555:getdomainname    (added)
  38.         556:setlogin        (added)
  39.         557:isblank        (added)
  40.         558:mmap        (added)
  41.         559:munmap        (added)
  42.         560:mlock        (added)
  43.         561:munlock        (added)
  44.         562:madvise        (added)
  45.         563:mprotect        (added)
  46.         564:msync        (added)
  47.         565:setlocale        (added)
  48.         566:localeconv        (added)
  49.         567:strtoq        (added)
  50.         568:strtouq        (added)
  51.         569:setpgid        (added)
  52.         570:aselect        (added)
  53.  
  54.     *  Added '-l' option to ixtrace, allows the printing of all
  55.        system calls with corresponding numbers, to stdout. Don't 
  56.        have to look in include/sys/syscall.def anymore. :)
  57.     *  Added additional error checking to '-s' option
  58.     *  Added define 'MAXCALLS' to ixtrace.h, this is the maximum
  59.        number of calls that ixtrace understands
  60.     *  Updated man/man1/ixtrace.1 with additional information on the
  61.        '-l','-c','-z','-v' option
  62.     *  Allow entering of system call name to be traced, instead
  63.        of using a number. '-c'
  64.     *  Added ability to set precisely what calls you want traced 
  65.        (NOT limited to just one call). '-z'
  66.  
  67.