| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Add stsavestr(), like savestr() but allocates using stalloc(). | jilles | 2015-02-15 | 1 | -0/+12 |
* | sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. | jilles | 2013-11-30 | 1 | -2/+4 |
* | sh: Remove linked list of stack marks. | jilles | 2013-05-11 | 1 | -17/+3 |
* | sh: Fix various compiler warnings. | jilles | 2013-04-01 | 1 | -2/+3 |
* | sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc(). | jilles | 2011-01-09 | 1 | -10/+0 |
* | sh: Simplify "stack string" code slightly. | jilles | 2010-12-27 | 1 | -15/+6 |
* | sh: Fix integer overflow check, it checked an uninitialized variable. | jilles | 2010-12-26 | 1 | -1/+1 |
* | sh: Allow arbitrary large numbers in CHECKSTRSPACE. | jilles | 2010-12-26 | 1 | -14/+21 |
* | sh: Remove the herefd hack. | jilles | 2010-12-12 | 1 | -6/+0 |
* | sh: Code size optimizations to "stack string" memory allocation: | jilles | 2010-11-23 | 1 | -0/+17 |
* | Do not assume in growstackstr() that a "precious" character will be | obrien | 2010-10-13 | 1 | -7/+10 |
* | In the spirit of r90111, depend on c89 and remove the "STATIC" macro | obrien | 2010-10-13 | 1 | -1/+1 |
* | Consistently use "STATIC" for all functions in order to be able to set | obrien | 2010-10-13 | 1 | -3/+3 |
* | sh: Constify various strings. | jilles | 2009-12-24 | 1 | -1/+1 |
* | be more type correct and align local ckmalloc() with its underlying malloc(3)... | rse | 2009-06-01 | 1 | -1/+1 |
* | Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc, | stefanf | 2005-10-28 | 1 | -2/+16 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Changes following CScout analysis: | dds | 2003-07-05 | 1 | -2/+2 |
* | Third attempt at removing machdep.h and using ALIGN from <sys/param.h>. | marcel | 2003-02-24 | 1 | -48/+53 |
* | Revert ALIGN change for the second and last time. I can't figure out | tjr | 2003-02-18 | 1 | -4/+3 |
* | Second attempt at removing machdep.h and using ALIGN from <sys/param.h>. | tjr | 2003-02-17 | 1 | -3/+4 |
* | Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64, | tjr | 2003-02-16 | 1 | -2/+1 |
* | Use the ALIGN macro from <sys/param.h> instead of defining our own | tjr | 2003-02-14 | 1 | -1/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -23/+12 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -1/+1 |
* | From submitter: | cracauer | 2000-08-16 | 1 | -0/+19 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Remove my temporary detection for PR 7059, Tor Egge fixed this bug. | cracauer | 1999-04-13 | 1 | -5/+1 |
* | Add a guarded abort() for the problem in PR bin/7059 (no fix so far, | cracauer | 1999-04-12 | 1 | -17/+33 |
* | Be more consistent with handling of quote mark control character. | tegge | 1998-09-13 | 1 | -2/+2 |
* | Fix an inefficiency I introduced in my last commit. | cracauer | 1998-09-10 | 1 | -1/+2 |
* | Better handling of word splitting. Don't record the same region | tegge | 1998-09-06 | 1 | -2/+2 |
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 1 | -3/+5 |
* | Nuke register keyword usage and #if -> #ifdef. | steve | 1997-04-28 | 1 | -5/+5 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Merge in NetBSD mods and -Wall cleaning. | steve | 1996-12-14 | 1 | -5/+5 |
* | Fix for PR#1287. This makes sh behave sensibly in case statements in the | peter | 1996-09-03 | 1 | -3/+3 |
* | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | peter | 1996-09-01 | 1 | -10/+17 |
* | Added $Id$ | dg | 1994-09-24 | 1 | -0/+2 |
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 1 | -0/+292 |