summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* A number of manpages already use ``.Fx 5.5'', define it.ru2005-06-161-0/+1
| | | | Approved by: re (blanket)
* 1. Add the threads and usb categories.ceri2005-06-161-3/+11
| | | | | | | | | 2. Fill in the blanks on the advocacy category. 3. Expand a contraction while I'm in here. Prodded by: simon (1) Approved by: re (hrs) MFC after: 5 days
* Clean up after the last change -- remove now stale comment.ru2005-06-101-1/+0
|
* Remove kludges intended to support src trees with partial obj trees.des2005-06-105-32/+4
| | | | Discussed with: ru
* Correct directory traversal and race condition vulnerabilities in gzip.simon2005-06-081-8/+10
| | | | | | | Security: FreeBSD-SA-05:11.gzip Security: CAN-2005-0988, CAN-2005-1228 Obtained from: Steve Grubb via RedHat, Debian Approved by: nectar
* Tidy up cvs entriesimp2005-06-037-14/+0
|
* Update bmake glue for GCC 3.4.4.kan2005-06-031-1/+3
|
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixtjr2005-05-311-3/+3
| | | | | | case-insensitive matching (-i option) in certain multibyte locales. Obtained from: Fedora
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-312-12/+112
| | | | | | | SSE (or its successors). Reviewed by: marcel, davidxu MFC After: 2 weeks
* Update for texinfo 4.8.ru2005-05-232-4/+3
|
* Add a note explaining what local modifications have been made to GNU grep,tjr2005-05-141-0/+37
| | | | and giving advice on importing future releases.
* Fixed -w handling for EGexecute.tjr2005-05-141-4/+83
| | | | Obtained from: Fedora (Tim Waugh)
* Automatically disable DFA when processing multibyte input. GREP_USE_DFAtjr2005-05-141-3/+28
| | | | | | environment variable overrides. Obtained from: Fedora (Tim Waugh)
* Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi fortjr2005-05-141-131/+525
| | | | | | multibyte input (RH bug #143079). Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
* Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",tjr2005-05-141-27/+0
| | | | | | | among other things. PR: 79063 Obtained from: Fedora (Tim Waugh)
* Fix background colour problems with --color output (RH bug #138913).tjr2005-05-141-0/+1
| | | | Obtained from: Karsten Hopp via Fedora
* Fixed a bug in the fgrep patch, exposed by the dfa-optional patchtjr2005-05-141-27/+22
| | | | | | (RH bug #138558). Removed bogus part of grep-2.5.1-fgrep patch. Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
* Fix dfa multibyte character class matching when -i is used (RH bug #123363).tjr2005-05-141-0/+2
| | | | Obtained from: Fedora (Tim Waugh)
* Remove mb-caching hack.tjr2005-05-146-188/+74
| | | | Obtained from: Fedora (Tim Waugh)
* This commit was generated by cvs2svn to compensate for changes in r146052,tjr2005-05-101-26/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Update instructions to match recent import.tjr2005-05-101-7/+13
|
* Update build infrastructure for new GNU regex bits.tjr2005-05-102-1/+13
|
* Merge. Discard local bracket expression collating order patch, sincetjr2005-05-101-7847/+51
| | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled.
* This commit was generated by cvs2svn to compensate for changes in r146040,tjr2005-05-106-20/+10796
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.tjr2005-05-107-7862/+10847
| |
* | Don't try to enable event reporting for core file, it is not writable.davidxu2005-05-061-0/+2
| |
* | Turn on libobjc.so for all platforms on -current. It didn't work backpeter2005-05-011-12/+2
| | | | | | | | in 1996.
* | Enforce style.Makefile(5).trhodes2005-04-222-2/+2
| | | | | | | | Glanced at by: ru (some time ago).
* | Capitalize words in library description.jkoshy2005-04-191-1/+1
| | | | | | | | Submitted by: ru
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* | Report events from thread library.davidxu2005-04-121-16/+210
| |
* | Print thread address.davidxu2005-04-051-4/+4
| | | | | | | | PR: threads/76821
* | Teach libstdc++ about frexpl() and ldexpl().das2005-03-261-2/+2
| |
* | Stop building gtar. Bump __FreeBSD_version to reflect this change.kientzle2005-03-211-1/+0
| |
* | Ooops. Correctly disable "tar"->"gtar" link.kientzle2005-03-211-3/+0
| | | | | | | | | | Thanks to: Simon L. Nielsen, who was the first of several people to point this out. <sigh>
* | Deorbit gtar, step 1: Remove WITH_GTAR knob.kientzle2005-03-201-2/+0
| | | | | | | | | | | | | | "tar" is now always a synonym for "bsdtar". People who need gtar can access it as "gtar." Approved by: No objections on arch@
* | Implement and document the -q and -f options with their correspondingmarcel2005-03-022-6/+46
| | | | | | | | | | | | | | long form (-quiet and -fullname resp.) Bump documentation date. PR: bin/78031 MFC after: 5 days
* | .It the -v option.obrien2005-03-011-1/+1
| |
* | Fixed compilation warnings.ru2005-02-211-1/+2
| |
* | Restore r1.2 change to use TARGET_ARCH.kan2005-02-201-1/+1
| | | | | | | | Submitted by: kris
* | Attempt to make kgdb little more useful and easy to use. Properly initializekan2005-02-2010-25/+218
| | | | | | | | | | | | | | | | it to recognise what ABI to use on amd64 (and possibly others) platform. Display PID and process name as a part of the 'info threads' output, TIDs alone are too confusing. Introduce new commmands 'tid <tid>' and 'proc <pid>' to accompany gdb's default 'thread <thread num>' to make the task of switching between different contexts easier.
* | Expand contractions.ru2005-02-151-1/+1
| |
* | Remove mention of the -k and -wcore options because they don'tmarcel2005-02-151-14/+0
| | | | | | | | | | | | | | | | exist anymore. PR: doc/70943 Submitted by: Jun <junsu at delphij dot net> Reviewed by: delphij
* | Use the system gnuregex library vs. building GNU regex bits into libibertyobrien2005-02-145-7/+12
| | | | | | | | | | | | | | and using them. Reviewed by: marcel,imp Desired by: ache
* | Fix regression in output with -R compared to previous version.obrien2005-02-131-1/+1
| | | | | | | | | | PR: 77466 Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* | Expand *n't contractions.ru2005-02-134-12/+12
| |
* | More math functions.kan2005-01-261-3/+3
| | | | | | | | Prodded by: stefanf
* | We have floorl() now. Reflect this in the library config file.kan2005-01-261-1/+1
| |
* | Of all templates only lists need a special implmementation file compiledkan2005-01-261-8/+9
| | | | | | | | | | to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to compile.
* | libpam is now standard.ru2005-01-251-1/+0
| |
OpenPOWER on IntegriCloud