patchgrep - Patches: patch #4596, "egrep" and...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4596: "egrep" and "fgrep" as minimal argv[0]-independent executables

Submitter:  Charles Levert <charles_levert>
Submitted:  Fri 04 Nov 2005 04:22:51 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  charles_levert Open/Closed:  Closed

Wed 09 Nov 2005 02:56:56 AM UTC, comment #3: 

Slightly modified as per Julian Foad's suggestions on bug-grep.
Committed to CVS as:
  grep/ChangeLog 1.277
  grep/src/grepmat.c 1.4 (deleted)
  grep/src/egrep.c 1.1 (added)
  grep/src/esearch.c 1.1 (added)
  grep/src/fgrep.c 1.1 (added)
  grep/src/fsearch.c 1.1 (added)
  grep/src/Makefile.am 1.34
  grep/src/grep.h 1.12
  grep/src/grep.c 1.115
  grep/src/search.c 1.37
  grep/bootstrap/Makefile.try 1.10

Charles Levert <charles_levert>
Tue 08 Nov 2005 10:53:21 PM UTC, comment #2: 

New version 3.

Relative to latest CVS commits.

Define COMPILE_RET, COMPILE_ARGS, EXECUTE_RET, EXECUTE_ARGS, COMPILE_FCT, and EXECUTE_FCT helper preprocessor macros.  Use them.

Charles Levert <charles_levert>
Fri 04 Nov 2005 10:08:58 PM UTC, comment #1: 

New version 2.

Obsoletes both previous attachments.

Charles Levert <charles_levert>
Fri 04 Nov 2005 04:22:51 AM UTC, original submission:  

The following set of changes aims to make "egrep" and "fgrep" minimal executable programs for legacy applications, instead of shell scripts.  This "fgrep" is much smaller than "grep".  This set of changes appears more daunting than it really is.

Full ChangeLog entry within.  Apply relative to current CVS.

Please test and comment.

Charles Levert <charles_levert>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #6800:  gefp3.patch added by charles_levert (32KiB - text/x-patch - "cvs diff -u" patch version 3)
file #7023:  gefp2.patch added by charles_levert (31KiB - text/x-patch - "cvs diff -u" patch version 2)
file #7054:  gefp.new_files.patch added by charles_levert (620B - text/x-patch - Unidiff patch for new files (in addition to previous attachment))
file #7053:  gefp.patch added by charles_levert (25KiB - text/x-patch - Unidiff patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-11-09 charles_levert StatusNone Done
    Open/ClosedOpen Closed
2005-11-08 charles_levert Attached File- Added gefp3.patch, #5447
2005-11-04 charles_levert Attached File- Added gefp2.patch, #5437
2005-11-04 charles_levert Attached File- Added gefp.new_files.patch, #5431
2005-11-04 charles_levert Attached File- Added gefp.patch, #5430

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code