aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Update the bugs section, null characters in the format string are now handled.Stefan Farfeleder2005-04-141-6/+4
* Handle null characters in the format string. A \0 in the argument passed to %bStefan Farfeleder2005-04-141-7/+13
* No reason to write \a and \v as octal escape sequences.Stefan Farfeleder2005-04-141-2/+2
* - Add a THR column to the process listing, that shows the number ofGiorgos Keramidas2005-04-141-12/+57
* Printf(1) is WARNS 6 clean.Stefan Farfeleder2005-04-141-0/+1
* - Move parts of the long main() function into a new function doformat().Stefan Farfeleder2005-04-141-153/+160
* Assign 0.0 to the variable passed to getfloating() if the argument is missing.Stefan Farfeleder2005-04-131-1/+3
* Split VarFind() into a series of functions tailored for the different setsHartmut Brandt2005-04-131-70/+94
* Add support for more than two datasets. Currently limited to 7 thoughMatthew N. Dodd2005-04-131-29/+29
* Add myself as a new ports committer.Jean-Yves Lefort2005-04-121-0/+1
* Silence a warning on systems without carp(4).Ruslan Ermilov2005-04-121-1/+2
* Replace buggy for-loops to skip certain character with strspn(). If *fmt wasStefan Farfeleder2005-04-111-3/+3
* Parse_Init() is gone so remove comments that mention it.Hartmut Brandt2005-04-111-11/+0
* Remove an unneccesary forward declaration for MainParseArgs().Hartmut Brandt2005-04-111-20/+34
* Remove the call to Parse_Init() - there is no need to initializeHartmut Brandt2005-04-111-2/+0
* Rework the directive parsing code. Instead of using a lot of strcmp()sHartmut Brandt2005-04-116-599/+673
* Add myself to the calendar.Remko Lodder2005-04-101-0/+1
* Remove unused variables.Stefan Farfeleder2005-04-097-11/+6
* Commodore Perry was not 4 years old when he sailed to Japan. CorrectMurray Stokely2005-04-081-1/+1
* Add myself (and decrease the average age).Joel Dahl2005-04-081-0/+1
* Move the code for parsing .for and .if statements to the place where theHartmut Brandt2005-04-081-56/+42
* When Parse_Error is called after the top-level Makefile is closed weHartmut Brandt2005-04-071-3/+7
* Handle popping of the input stack in ParseReadLine() instead ofHartmut Brandt2005-04-071-341/+329
* Mostly stylistic changes: remove the noPLen field from the ShellHartmut Brandt2005-04-071-64/+67
* There is not much sense in having an else after Punt() and _exit() whichHartmut Brandt2005-04-051-48/+56
* Put parantheses into 'if (foo && bar & flag)'. While they are not strictlyHartmut Brandt2005-04-051-2/+2
* Remove lots if irritating parantheses and fix two comments.Hartmut Brandt2005-04-051-28/+28
* Remove the definition for STATIC and just use static.Hartmut Brandt2005-04-051-10/+8
* Remove unneccessary local prototypes.Hartmut Brandt2005-04-051-7/+0
* The static tfile is used only in one single function so move it into thatHartmut Brandt2005-04-051-6/+1
* The tfile field of struct Job isn't used anymore since revision 1.22 soHartmut Brandt2005-04-051-3/+0
* Include <string.h> and <strings.h> for various functions.Stefan Farfeleder2005-04-041-0/+2
* If they ever tell my story,Pawel Jakub Dawidek2005-04-031-0/+2
* Don't refer to devices that don't exist.Warner Losh2005-04-031-4/+0
* Commemorate the bicentenary of Hans Christian Andersen's birth bySeigo Tanimura2005-04-021-0/+1
* Use rpmatch() instead of checking for responses that begin with 'y'Tim J. Robbins2005-04-022-18/+24
* Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs listHartmut Brandt2005-04-011-40/+36
* Remove a forward declaration that isn't needed anymore.Hartmut Brandt2005-04-011-1/+0
* Both struct Job and struct Shell are only used inside job.c so there isHartmut Brandt2005-04-012-171/+172
* Style: fix indentation.Hartmut Brandt2005-04-011-357/+349
* Style: fix indentation.Hartmut Brandt2005-04-011-63/+51
* Style: indentation.Hartmut Brandt2005-04-011-475/+473
* Style: Indentation.Hartmut Brandt2005-04-011-133/+133
* Style: fix indentation.Hartmut Brandt2005-04-011-886/+875
* Style: fix indentation.Hartmut Brandt2005-04-011-202/+179
* Style: fix indentation.Hartmut Brandt2005-04-011-307/+268
* Style: fix indentation.Hartmut Brandt2005-04-011-1882/+1818
* Note the passing of Cameron Grant <cg@FreeBSD.org>.Colin Percival2005-03-311-0/+1
* Document the new -A flag for ignoring archive errors.Hartmut Brandt2005-03-311-2/+5
* Almost complete rewrite of the archive code (except for the Makefile parsingHartmut Brandt2005-03-313-431/+500