History log of /csrg-svn/old/pcc/ (Results 451 – 475 of 804)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2780907-May-1986 mckusick

document for 4.3BSD release

2780807-May-1986 mckusick

document distributed with 4.2BSD

2780707-May-1986 mckusick

document distributed with 4.1BSD

2780607-May-1986 sccs2svn

Automatic directory addition

2746127-Apr-1986 donn

Fixed a bug that caused char *cp to be incremented by 4 in 'if (*cp++ & 01)'
because of an oversight in jbc => jlbc optimization in bitopt(). Made long
*lp, 'if (*lp++ & 01)', eligible instead; sugg

Fixed a bug that caused char *cp to be incremented by 4 in 'if (*cp++ & 01)'
because of an oversight in jbc => jlbc optimization in bitopt(). Made long
*lp, 'if (*lp++ & 01)', eligible instead; suggested by Chris Torek.

show more ...

2745827-Apr-1986 donn

Added functions in compat-sys5. Took the type definitions from the source;
hope they're right!

2727723-Apr-1986 mckusick

raise rev level; more reasonable release string

2727623-Apr-1986 mckusick

update the release string

2726923-Apr-1986 donn

In the code for unsigned => float conversions, turned bbsc into magic
jbsc to avoid 'branch too far' messages from the assembler.

2724721-Apr-1986 donn

(1) Prevent compiler errors for 'int i = { 1, 2 };' and similar disasters.
(2) From Carl Sutton (sutton@tektronix) -- Save symbol table 'next' pointer
in step 2 in clearst() in case relookup() causes

(1) Prevent compiler errors for 'int i = { 1, 2 };' and similar disasters.
(2) From Carl Sutton (sutton@tektronix) -- Save symbol table 'next' pointer
in step 2 in clearst() in case relookup() causes 'r' to equal 'p' (resulting
in '*p' getting clobbered).

show more ...

2697529-Mar-1986 donn

Don't use -p when making libraries other than 'port' since some of them
are NOT portable (case-sensitivity).

2695327-Mar-1986 mckusick

improper stab of multidimensional array (from donn@utah-cs.arpa)

2691720-Mar-1986 donn

Use relative symlinks for llib-termlib; load with ${CFLAGS} so that we pass
on -g; add 'tags' dependency.

2691620-Mar-1986 donn

Adjust braces to make things easy for ctags.

2691520-Mar-1986 donn

Fix bcmp() return value; adjust sccs keywords.

2690117-Mar-1986 donn

Document missing NOSTRICT implementation in BUGS section.

2688814-Mar-1986 donn

Add entries for -ldbm, -lplot, -ltermcap, -ltermlib.

2687914-Mar-1986 donn

massive additions and changes; many new routines

2687814-Mar-1986 donn

installed lint entries for several new (and old) functions

2686613-Mar-1986 donn

date and time created 86/03/13 20:11:22 by donn

2686513-Mar-1986 donn

date and time created 86/03/13 19:47:33 by donn

2686313-Mar-1986 donn

date and time created 86/03/13 19:24:35 by donn

2686013-Mar-1986 donn

make use of 'short' in sdiv and s_div consistent

2682212-Mar-1986 donn

Fix a bug that was confusing lint -- to free a symbol table element,
set its type to TNULL, not NULL.

2681711-Mar-1986 mckusick

use `ln -s' to avoid modifying time on .o files forcing rebuild
(from William Sommerfeld <wesommer@athena.mit.edu>)

1...<<11121314151617181920>>...33