aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/bltin
Commit message (Collapse)AuthorAgeFilesLines
* Use `The .Nm utility'Philippe Charnier2002-04-161-1/+2
| | | | Notes: svn path=/head/; revision=94869
* o __P has been reovedWarner Losh2002-02-022-8/+1
| | | | | | | | | | | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. o Change int foo() { ... to int foo(void) { ... Notes: svn path=/head/; revision=90111
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79526
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-171-1/+1
| | | | | | | | | __printflike()/__printf0like() to function prototypes, as appropriate. Reviewed by: bde, -audit Notes: svn path=/head/; revision=75577
* Add \a and \e to "echo -e" escape handling.Matthew Hunt2000-06-261-0/+2
| | | | Notes: svn path=/head/; revision=62137
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
| | | | Notes: svn path=/head/; revision=50471
* Fixed warnx format errors in printf and csh, and snprintf format errorsBruce Evans1998-12-071-2/+12
| | | | | | | | | in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx. (The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy args.) Notes: svn path=/head/; revision=41582
* Nuke register keyword usage and #if -> #ifdef.Steve Price1997-04-281-4/+4
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=25222
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-142-9/+7
| | | | | | | Obtained from: NetBSD, me Notes: svn path=/head/; revision=20425
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-031-6/+6
| | | | | | | | | | | | | | | | | face of aliases. Note, bash doesn't do aliases while running scripts, but "real" ksh does.. Also: Reduce redundant .Nm macros in (unused) bltin/echo.1 nuke error2, it's hardly used. More -Wall cleanups dont do certain history operations if NO_HISTORY defined handle quad_t's from resource limits Submitted by: Steve Price <sprice@hiwaay.net> (minor tweaks by me) Notes: svn path=/head/; revision=18018
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-013-8/+12
| | | | | | | | | | | | | | | | | merge of parallel duplicate work by Steve Price and myself. :-] There are some changes to the build that are my fault... mkinit.c was trying (poorly) to duplicate some of the work that make(1) is designed to do. The Makefile hackery is my fault too, the depend list was incomplete because of some explicit OBJS+= entries, so mkdep wasn't picking up their source file #includes. This closes a pile of /bin/sh PR's, but not all of them.. Submitted by: Steve Price <steve@bonsai.hiwaay.net>, peter Notes: svn path=/head/; revision=17987
* Restored formatting from the old printf/printf.c.Bruce Evans1995-12-141-5/+5
| | | | Notes: svn path=/head/; revision=12845
* Move out some of the shell builtin bogosity from printf's source toJoerg Wunsch1995-12-101-1/+10
| | | | | | | sh's builtin/bltin.h. Notes: svn path=/head/; revision=12730
* Clean up compilation warnings.Paul Traina1995-08-231-1/+4
| | | | Notes: svn path=/head/; revision=10181
* Added $Id$David Greenman1994-09-243-0/+3
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-263-0/+289
Notes: svn path=/head/; revision=1556