Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Reflect int -> size_t changes in glob.h | ache | 2006-05-22 | 1 | -3/+3 |
| | |||||
* | Septepber -> September | tjr | 2004-09-01 | 1 | -1/+1 |
| | | | | Noticed by: ru | ||||
* | Back out the previous change. glob() still does use strcmp() to order | tjr | 2004-09-01 | 1 | -4/+4 |
| | | | | pathnames. | ||||
* | Update documentation to match reality: glob() sorts its result according | tjr | 2004-08-23 | 1 | -4/+4 |
| | | | | | | | to the current LC_COLLATE setting, not in "ASCII order". PR: 54391 MFC after: 1 week | ||||
* | Add a paragraph break in the STANDARDS section to improve readability. | tjr | 2004-07-29 | 1 | -0/+1 |
| | |||||
* | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | tjr | 2004-07-18 | 1 | -7/+12 |
| | | | | | | | of features required by the standard that the current implementation does not support. PR: 57911 (related) | ||||
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 1 | -2/+2 |
| | |||||
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | Grammer fix. | mikeh | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | Update glob(3) to add all the POSIX required options, specifically: | mikeh | 2002-07-17 | 1 | -11/+14 |
| | | | | | | | | | | - add GLOB_NOMATCH return value and use it when we don't get a match - rename GLOB_ABEND to GLOB_ABORTED and use it instead of returning 1 in some places - add GLOB_NOESCAPE flag and retire GLOB_QUOTE to compatibility section Suggestions/advice on correct usage of POSIX defines: wollman | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | typo: patched->matched | mikeh | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-07 | 1 | -1/+2 |
| | |||||
* | Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible | mikeh | 2001-07-29 | 1 | -17/+16 |
| | | | | | | | | | | with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc' patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to maintain backwards compatibility. Reviewed by: sheldonh, assar Obtained from: NetBSD/OpenBSD | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | Introduce the GLOB_MAXPATH flag, which allows the user to limit the | jlemon | 2001-03-19 | 1 | -0/+17 |
| | | | | | | | number of paths which glob(3) will return. Remove the hardcoded limit from the last commit, which restores the previous unbounded behavior. Document the new flag in the manual page. | ||||
* | Prepare for mdocNG. | ru | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -8/+8 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -2/+2 |
| | |||||
* | Whitespace only change: trim trailing whitespace. | asmodai | 2000-10-30 | 1 | -22/+22 |
| | |||||
* | Use suggested by mdoc(7) style section name (ERROR -> ERRORS) | phantom | 2000-05-06 | 1 | -1/+1 |
| | |||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
| | | | | More libraries manpages updates following. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-13 | 1 | -1/+1 |
| | |||||
* | Correctly use .Fn instead of .Nm to reference function names | mpp | 1996-08-22 | 1 | -1/+2 |
| | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. | ||||
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -2/+2 |
| | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. | ||||
* | Added missing section numbers to a bunch of .Xr macros, or | mpp | 1996-03-27 | 1 | -1/+2 |
| | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+444 |