fix pointer increment problems (from donn@utah-cs)
[unix-history] / usr / src / old / pcc /
1985-06-19 Jim Bloomfix pointer increment problems (from donn@utah-cs)
1985-06-18 Kirk McKusickadd adjtime; fix setsockopt
1985-06-10 Kirk McKusickfrom donn@utah-cs.ARPA
1985-06-08 Jay Lepreaudoc restrictions on "register float" vars
1985-05-31 Distribution FolksAdd copyright
1985-05-16 Kirk McKusickbe more specific about VARARGS for printf and scanf
1985-05-04 Kirk McKusicksign-extension corrections (from donn@utah-cs)
1985-05-02 Kirk McKusicksign-extension corrections (from donn@utah-cs)
1985-04-30 Kirk McKusick4.3BSD beta release manual page
1985-04-30 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-30 Kirk McKusickmanual page distributed with 4.1BSD
1985-04-30 Kirk McKusick4.3BSD beta release manual page
1985-04-30 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-30 Kirk McKusickmanual page distributed with 4.1BSD
1985-04-19 Edward Wangdon't -g when loading, but do -s when installing
1985-04-17 Edward Wang_iob[] is not extern
1985-04-11 Ralph Campbellcheck for ';' to separate commands on a single line.
1985-04-10 Ralph Campbelladded syslog routines.
1985-04-09 Ralph Campbellmove ONEPASS definition so lint will compile.
1985-04-09 Ralph Campbellchanges due to pcc restructuring for common header...
1985-04-09 Ralph Campbell_NFILE nolonger defined
1985-04-03 Ralph Campbellremove duplicate definition of TBUSY
1985-04-03 Ralph Campbelluse common header file for intermediate language defs.
1985-04-03 Ralph Campbellchanges for pcc.h; fix isfloat to not get double -...
1985-03-28 Ralph Campbellincrease buffer size in lccopy().
1985-03-20 Kirk McKusickdo coercions for expressions like int i = 9600/1234.5
1985-03-20 Kirk McKusickremoved spurious type mismatch errors in expressions...
1985-03-20 Ralph Campbelldate and time created 85/03/19 14:04:56 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:29:57 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:24:25 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:24:10 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:22:36 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:22:25 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:20:27 by ralph
1985-03-20 Ralph Campbelluse common header file for C, Fortran, Pascal.
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:07:24 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:05:07 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:02:05 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:01:22 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 12:15:10 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 12:10:00 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 11:58:56 by ralph
1985-03-20 Ralph Campbelllint changes from donn@utah-cs.
1985-03-20 Ralph CampbellTurn on optimization for gosh sakes.
1985-03-12 Edward Wangcheck -*n* and -*p* only in lint flags (e.g., not in...
1985-02-21 Ralph Campbellchange unsigned %'s and /'s to &'s and >>'s.
1985-02-16 Ralph Campbelldon't core dump on "struct { a y; a z; };".
1985-02-08 Ralph Campbelloutput float constants in hex, lose precision otherwise...
1985-01-25 Ralph Campbellfix allocation of register pair for logop()'s.
1985-01-25 Ralph Campbellremoved redundant CALL entries.
1985-01-25 Ralph Campbelldelete dependency on comp for making fort.
1985-01-25 Ralph Campbelladded -f option to use short floats (non-standard).
1985-01-19 Ralph Campbellchanges for single precision floats; lint cleanups
1985-01-19 Ralph Campbelladded scomp for single precision floats (should be...
1985-01-19 Ralph Campbellchanges for single precision floats; lint cleanups
1985-01-18 Ralph Campbelladded sccs header, fix make lintall
1985-01-17 Ralph Campbelldate and time created 85/01/16 17:01:11 by ralph
1985-01-17 Ralph Campbelldate and time created 85/01/16 16:59:38 by ralph
1985-01-17 Ralph Campbelldate and time created 85/01/16 16:57:10 by ralph
1985-01-17 Ralph Campbelldate and time created 85/01/16 16:56:25 by ralph
1985-01-17 Ralph Campbelldate and time created 85/01/16 16:55:40 by ralph
1985-01-17 Ralph Campbelldate and time created 85/01/16 16:54:59 by ralph
1985-01-17 Ralph Campbellchanges to merge f2 and c2. Added -f flag to act as f2.
1985-01-16 Ralph Campbelladded calls to audiv & aurem so side effects u[foo...
1985-01-08 Ralph Campbellfix autoinc/autodec detection in shumul() (get size...
1985-01-03 Ralph Campbellinit lineno before lxtitle is called so its not reiniti...
1984-12-12 Edward Wangsigvec fixed
1984-12-12 Edward Wangdon't pass -O to cpp, throw it away
1984-12-05 Ralph Campbellallow -o to work for -c and -S.
1984-12-04 Ralph Campbellincrease TREESZ due to more complex putc macro (ugh!)
1984-12-04 Ralph Campbelldate and time created 84/12/03 11:27:02 by ralph
1984-11-22 Ralph Campbellfix parameter type to flsbuf().
1984-11-21 Edward Wangchar **environ added
1984-10-08 Sam Lefflerfrom chris torek (chris@maryland)
1984-10-04 Ralph Campbellundo clocal() for PCONV, breaks constant pointer arithm...
1984-09-25 Ralph Campbellclobber conloc in dest() if loc is changed.
1984-09-25 Ralph Campbellchange long to off_t for lseek.
1984-09-22 Ralph Campbelldon't convert ICON to unsigned type if converting to...
1984-09-21 Ralph Campbellallow assignments to type void (*)();
1984-09-21 Ralph CampbellNASR & NASL needed because p->type == INT but want...
1984-09-05 Ralph Campbellfix illegal storage class declarations for parameters.
1984-08-31 Sam Leffleradd -L option (a la -I for cpp) for specifying alternat...
1984-08-30 Ralph Campbellcall clocal after inserting SCONV's in makety.
1984-08-14 Ralph Campbellconvert float->double for float op float expressions...
1984-08-14 Ralph Campbelldon't give compiler error for & of register
1984-08-14 Ralph Campbelldate and time created 84/08/13 15:24:59 by ralph
1984-08-03 Ralph Campbelldon't convert ashl, bicl to extzv if `field' crosses...
1984-08-03 Ralph Campbellfix utimes argument types.
1984-08-01 Ralph Campbellbe sure to always call setbuf!
1984-07-24 Ralph Campbelldon't convert ashl, bicl to extzv if `field' crosses...
1984-06-07 Ralph Campbelldon't throw away float <-> double conversions for FORTRAN.
1984-04-28 Ralph Campbellfix structure arguments. don't map OREG to REG for...
1984-04-24 Ralph Campbellinitialize rall field for structures (don't core dump...
1984-03-25 Kirk McKusickadd -M to cpp to generate Makefile dependencies
1984-03-16 Ralph Campbellfix gethostname() length parameter type.
1984-03-16 Ralph Campbellthrow away float <-> double SCONV's so static initializ...
1984-03-15 Ralph Campbellmerge f1 and c1; fix type casting conversion bugs.
1984-03-15 Ralph Campbellprint error message for funny conditional expression...
1984-03-15 Ralph Campbelldate and time created 84/03/14 15:32:50 by ralph
1984-03-15 Ralph CampbellINIT of expression confuses sucomp(). Print uerror...
next