aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Clean up after the last change -- remove now stale comment.Ruslan Ermilov2005-06-101-1/+0
| | | | Notes: svn path=/head/; revision=147229
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-105-32/+4
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=147225
* Correct directory traversal and race condition vulnerabilities in gzip.Simon L. B. Nielsen2005-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 Notes: svn path=/head/; revision=147143
* Tidy up cvs entriesWarner Losh2005-06-037-14/+0
| | | | Notes: svn path=/head/; revision=146929
* Update bmake glue for GCC 3.4.4.Alexander Kabaev2005-06-031-1/+3
| | | | Notes: svn path=/head/; revision=146910
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixTim J. Robbins2005-05-311-3/+3
| | | | | | | | | case-insensitive matching (-i option) in certain multibyte locales. Obtained from: Fedora Notes: svn path=/head/; revision=146820
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-312-12/+112
| | | | | | | | | | SSE (or its successors). Reviewed by: marcel, davidxu MFC After: 2 weeks Notes: svn path=/head/; revision=146818
* Update for texinfo 4.8.Ruslan Ermilov2005-05-232-4/+3
| | | | Notes: svn path=/head/; revision=146522
* Add a note explaining what local modifications have been made to GNU grep,Tim J. Robbins2005-05-141-0/+37
| | | | | | | and giving advice on importing future releases. Notes: svn path=/head/; revision=146208
* Fixed -w handling for EGexecute.Tim J. Robbins2005-05-141-4/+83
| | | | | | | Obtained from: Fedora (Tim Waugh) Notes: svn path=/head/; revision=146207
* Automatically disable DFA when processing multibyte input. GREP_USE_DFATim J. Robbins2005-05-141-3/+28
| | | | | | | | | environment variable overrides. Obtained from: Fedora (Tim Waugh) Notes: svn path=/head/; revision=146206
* Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi forTim J. Robbins2005-05-141-131/+525
| | | | | | | | | multibyte input (RH bug #143079). Obtained from: Fedora (Jakub Jelinek, Tim Waugh) Notes: svn path=/head/; revision=146205
* Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",Tim J. Robbins2005-05-141-27/+0
| | | | | | | | | | among other things. PR: 79063 Obtained from: Fedora (Tim Waugh) Notes: svn path=/head/; revision=146204
* Fix background colour problems with --color output (RH bug #138913).Tim J. Robbins2005-05-141-0/+1
| | | | | | | Obtained from: Karsten Hopp via Fedora Notes: svn path=/head/; revision=146203
* Fixed a bug in the fgrep patch, exposed by the dfa-optional patchTim J. Robbins2005-05-141-27/+22
| | | | | | | | | (RH bug #138558). Removed bogus part of grep-2.5.1-fgrep patch. Obtained from: Fedora (Jakub Jelinek, Tim Waugh) Notes: svn path=/head/; revision=146201
* Fix dfa multibyte character class matching when -i is used (RH bug #123363).Tim J. Robbins2005-05-141-0/+2
| | | | | | | Obtained from: Fedora (Tim Waugh) Notes: svn path=/head/; revision=146200
* Remove mb-caching hack.Tim J. Robbins2005-05-146-188/+74
| | | | | | | Obtained from: Fedora (Tim Waugh) Notes: svn path=/head/; revision=146199
* This commit was generated by cvs2svn to compensate for changes in r146052,Tim J. Robbins2005-05-101-26/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146053
* Update instructions to match recent import.Tim J. Robbins2005-05-101-7/+13
| | | | Notes: svn path=/head/; revision=146050
* Update build infrastructure for new GNU regex bits.Tim J. Robbins2005-05-102-1/+13
| | | | Notes: svn path=/head/; revision=146044
* Merge. Discard local bracket expression collating order patch, sinceTim J. Robbins2005-05-101-7847/+51
| | | | | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled. Notes: svn path=/head/; revision=146043
* This commit was generated by cvs2svn to compensate for changes in r146040,Tim J. Robbins2005-05-106-20/+10796
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146041
| * Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.vendor/libregex/fedora-glibc-2.3.4-21Tim J. Robbins2005-05-107-7862/+10847
| | | | | | | | | | Notes: svn path=/vendor/libregex/dist/; revision=146040 svn path=/vendor/libregex/fedora-glibc-2.3.4-21/; revision=146042; tag=vendor/libregex/fedora-glibc-2.3.4-21
* | Don't try to enable event reporting for core file, it is not writable.David Xu2005-05-061-0/+2
| | | | | | | | Notes: svn path=/head/; revision=145960
* | Turn on libobjc.so for all platforms on -current. It didn't work backPeter Wemm2005-05-011-12/+2
| | | | | | | | | | | | | | in 1996. Notes: svn path=/head/; revision=145739
* | Enforce style.Makefile(5).Tom Rhodes2005-04-222-2/+2
| | | | | | | | | | | | | | Glanced at by: ru (some time ago). Notes: svn path=/head/; revision=145413
* | Capitalize words in library description.Joseph Koshy2005-04-191-1/+1
| | | | | | | | | | | | | | Submitted by: ru Notes: svn path=/head/; revision=145275
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵Joseph Koshy2005-04-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes) Notes: svn path=/head/; revision=145256
* | Report events from thread library.David Xu2005-04-121-16/+210
| | | | | | | | Notes: svn path=/head/; revision=144923
* | Print thread address.David Xu2005-04-051-4/+4
| | | | | | | | | | | | | | PR: threads/76821 Notes: svn path=/head/; revision=144664
* | Teach libstdc++ about frexpl() and ldexpl().David Schultz2005-03-261-2/+2
| | | | | | | | Notes: svn path=/head/; revision=144140
* | Stop building gtar. Bump __FreeBSD_version to reflect this change.Tim Kientzle2005-03-211-1/+0
| | | | | | | | Notes: svn path=/head/; revision=143901
* | Ooops. Correctly disable "tar"->"gtar" link.Tim Kientzle2005-03-211-3/+0
| | | | | | | | | | | | | | | | Thanks to: Simon L. Nielsen, who was the first of several people to point this out. <sigh> Notes: svn path=/head/; revision=143900
* | Deorbit gtar, step 1: Remove WITH_GTAR knob.Tim 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@ Notes: svn path=/head/; revision=143889
* | Implement and document the -q and -f options with their correspondingMarcel Moolenaar2005-03-022-6/+46
| | | | | | | | | | | | | | | | | | | | long form (-quiet and -fullname resp.) Bump documentation date. PR: bin/78031 MFC after: 5 days Notes: svn path=/head/; revision=143046
* | .It the -v option.David E. O'Brien2005-03-011-1/+1
| | | | | | | | Notes: svn path=/head/; revision=142954
* | Fixed compilation warnings.Ruslan Ermilov2005-02-211-1/+2
| | | | | | | | Notes: svn path=/head/; revision=142189
* | Restore r1.2 change to use TARGET_ARCH.Alexander Kabaev2005-02-201-1/+1
| | | | | | | | | | | | | | Submitted by: kris Notes: svn path=/head/; revision=142154
* | Attempt to make kgdb little more useful and easy to use. Properly initializeAlexander Kabaev2005-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. Notes: svn path=/head/; revision=142151
* | Expand contractions.Ruslan Ermilov2005-02-151-1/+1
| | | | | | | | Notes: svn path=/head/; revision=141946
* | Remove mention of the -k and -wcore options because they don'tMarcel Moolenaar2005-02-151-14/+0
| | | | | | | | | | | | | | | | | | | | | | exist anymore. PR: doc/70943 Submitted by: Jun <junsu at delphij dot net> Reviewed by: delphij Notes: svn path=/head/; revision=141941
* | Use the system gnuregex library vs. building GNU regex bits into libibertyDavid E. O'Brien2005-02-145-7/+12
| | | | | | | | | | | | | | | | | | | | and using them. Reviewed by: marcel,imp Desired by: ache Notes: svn path=/head/; revision=141911
* | Fix regression in output with -R compared to previous version.David E. O'Brien2005-02-131-1/+1
| | | | | | | | | | | | | | | | PR: 77466 Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com> Notes: svn path=/head/; revision=141847
* | Expand *n't contractions.Ruslan Ermilov2005-02-134-12/+12
| | | | | | | | Notes: svn path=/head/; revision=141846
* | More math functions.Alexander Kabaev2005-01-261-3/+3
| | | | | | | | | | | | | | Prodded by: stefanf Notes: svn path=/head/; revision=140864
* | We have floorl() now. Reflect this in the library config file.Alexander Kabaev2005-01-261-1/+1
| | | | | | | | Notes: svn path=/head/; revision=140861
* | Of all templates only lists need a special implmementation file compiledAlexander Kabaev2005-01-261-8/+9
| | | | | | | | | | | | | | | | to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to compile. Notes: svn path=/head/; revision=140860
* | libpam is now standard.Ruslan Ermilov2005-01-251-1/+0
| | | | | | | | Notes: svn path=/head/; revision=140805
* | Sort sections.Ruslan Ermilov2005-01-182-15/+16
| | | | | | | | Notes: svn path=/head/; revision=140410
* | Fold two ENVIRONMENT sections into one.Ruslan Ermilov2005-01-181-32/+33
| | | | | | | | Notes: svn path=/head/; revision=140409