date and time created 86/03/02 15:30:40 by sam
[unix-history] / usr / src / old / pcc /
1986-03-03 Sam Lefflerdate and time created 86/03/02 15:30:40 by sam
1986-03-01 Jay Lepreaufseek back to returning int
1986-02-25 Donn SeeleyGFLOAT, HFLOAT and OCTA are not 32-bit types (from...
1986-02-25 Donn SeeleyFor lint -a, prevent 'long assignment may lose accuracy...
1986-02-22 Mike Karelsmore symbol definitions
1986-02-18 Jim Bloomgetgroups' first arg is an int
1986-02-15 Jim Bloomnlist returns a value
1986-02-13 Sam Lefflerget rid of warning, it seems like it works
1986-02-13 Sam Lefflerpurge as many printf calls as possible
1986-02-05 Sam Lefflernew include files; don't print leading 0's to cut down...
1986-02-05 Sam Lefflerintegrate vax version
1986-02-05 Sam Lefflernew include files; fix termination of enums
1986-02-05 Sam Lefflernew include files
1986-02-05 Sam Lefflernew include files; szty and shltype are now macros...
1986-02-05 Sam Lefflernew include files
1986-02-05 Sam Lefflerredo for new mip
1986-02-03 Sam Lefflerdate and time created 86/02/02 19:25:41 by sam
1986-01-26 Sam Leffleroptimize structure assignment based on size and alignment
1986-01-23 Sam Lefflerrestrict structure assignments to use movblk's; print...
1986-01-23 Sam Leffleradd ACONFMT for printing address constants in hex
1986-01-12 Jay Lepreauclean better
1986-01-12 Sam Lefflertoo many sccsid lines
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:58 by sam
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:57 by sam
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:56 by sam
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:55 by sam
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:54 by sam
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:53 by sam
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:52 by sam
1986-01-12 Sam Lefflerdate and time created 86/01/11 11:00:51 by sam
1986-01-08 Donn SeeleyAdded econvert() to the list of faked PCC functions...
1986-01-08 Donn SeeleyAdded tests for negative constant shifts.
1986-01-08 Donn SeeleyCatch more instances of 'ashl $1,A,A' => 'addl2 A,A'.
1986-01-08 Donn Seeleydate and time created 86/01/08 02:10:21 by donn
1986-01-08 Donn Seeleydate and time created 86/01/08 02:08:07 by donn
1986-01-08 Donn Seeley(1) Delete SPRECC table stuff for unsigned => float...
1986-01-08 Donn SeeleyMake genargs more persistent when trying to convert...
1986-01-08 Donn Seeley(1) Modified zzzcode() to pick up unsigned int => float...
1986-01-08 Donn Seeley(1) Make 'integer *= float' work right -- pass such...
1986-01-08 Donn SeeleyBetter error reporting for undefined structures. You...
1986-01-08 Donn Seeley(1) Deleted arguable 'i << 1' => 'i + i' optimization...
1986-01-08 Donn SeeleyExtended the test in usable() for operations that requi...
1986-01-08 Kirk McKusickint => uid_t and int => gid_t
1985-12-11 Jim Bloomfix problem with type casts on assignments and comparis...
1985-11-29 Jim Bloomgethostid and sethostid should use longs
1985-11-08 Jim Bloomuse return value and not same function
1985-11-02 Jim Bloomfix sigstack (from donn@utah-cs)
1985-10-31 Jim Bloomdeclaration of void type requires programs to also...
1985-10-31 Jim Bloomfix time, endpwent, setpwent, fseek
1985-10-31 Jim Bloomfix fseek, time, endpwent, setpwent
1985-10-29 Kirk McKusicktypes for lseek and truncate
1985-10-26 Jim Bloomdecide whether you want to use float or double constant...
1985-10-09 Kirk McKusickchanges to correspond to the manual pages
1985-09-19 Jay Lepreaucatch HUP too
1985-09-06 Jim Bloomdon't assemble file.s if -M used
1985-08-29 Kirk McKusickupdate from donn@utah-cs
1985-08-24 Kirk McKusickupdate from donn@utah-cs
1985-08-23 Kirk McKusickupdate from donn@utah-cs
1985-07-28 Kirk McKusickdouble cast fix (from donn@utah-cs)
1985-07-07 Jim Bloomallow easier repositioning of assembler src
1985-06-26 Mike Karelsuse fd_set's for select
1985-06-20 Kirk McKusickdate and time created 85/06/19 18:10:59 by mckusick
1985-06-20 Kirk McKusickdate and time created 85/06/19 18:10:56 by mckusick
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
next