Bernhard Reutner-Fischer
|
a3d4bf38b0
- use bb functions instead of handrolling stuff.
|
18 vuotta sitten |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 vuotta sitten |
Rob Landley
|
5fc467e758
Yann Morin spotted some leftover flotsam from halfway through the recent
|
18 vuotta sitten |
Rob Landley
|
9ffd42317b
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
|
18 vuotta sitten |
Rob Landley
|
e3f5a3fd82
Convert sed's static variables to a single global structure.
|
18 vuotta sitten |
Rob Landley
|
0b65628395
Move sed over to the generic llist_t for append. Saves about 90 bytes.
|
18 vuotta sitten |
Rob Landley
|
1f305dc0fd
Portability patch from rfelker. The bb_asprintf.c thing needs an eventual
|
19 vuotta sitten |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 vuotta sitten |
Bernhard Reutner-Fischer
|
c0bb308389
- silence warning about "'free_and_close_stuff' used but never defined"
|
19 vuotta sitten |
Bernhard Reutner-Fischer
|
b7f39732f8
- fix compilation of sed.
|
19 vuotta sitten |
Rob Landley
|
e7c43b66d7
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
|
19 vuotta sitten |
Rob Landley
|
2b26fd5570
A few changes falling out from the effort to make sed handle embedded NUL bytes.
|
19 vuotta sitten |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 vuotta sitten |
Rob Landley
|
fae1dc8620
Support # comments after s/// option list.
|
19 vuotta sitten |
Rob Landley
|
c63fe9137f
\0 is a synonym for &. Our own "make allbaseconfig" breaks without this.
|
19 vuotta sitten |
"Vladimir N. Oleynik"
|
23f62fc6f3
split libbb: moved xregcomp separatelly for speed up recompile
|
19 vuotta sitten |
Rob Landley
|
babd3fbba6
Missing break was screwing up 'y//' command. Bug #248.
|
19 vuotta sitten |
Rob Landley
|
93850a56b2
Patch from Colin Watson (mangled slightly by Rob Landley):
|
19 vuotta sitten |
Rob Landley
|
5797c7f0ef
Doug Swarin pointed out a security bug in the -i option of sed.
|
19 vuotta sitten |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
19 vuotta sitten |
Rob Landley
|
dcc286607c
Hiroshi found another bug. Currently sed's $ triggers at end of every file,
|
20 vuotta sitten |
Rob Landley
|
ce4f0e982b
Hiroshi Ito found some bugs. The 'c' command (cut and paste) was hardwired
|
20 vuotta sitten |
Eric Andersen
|
9855548a77
Rob Landley writes:
|
20 vuotta sitten |
Glenn L McGrath
|
21d7d61de1
Use int instead of char for return type, in theory avoiding a cast
|
20 vuotta sitten |
Glenn L McGrath
|
5d2edbf16d
Fix for debian bug #248106, should use int for returned getopt value.
|
20 vuotta sitten |
Glenn L McGrath
|
c6992feee3
Update my email address, document some of my tasks in the AUTHORS file
|
20 vuotta sitten |
Eric Andersen
|
b94669543d
This sed patch can only be described as "duh". Stat the source file, chmod
|
20 vuotta sitten |
Eric Andersen
|
faa7d863fc
So I'm building a linux from scratch system, using a working script to do this
|
20 vuotta sitten |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 vuotta sitten |
Rob Landley
|
25d82397f7
The last patch broke:
|
20 vuotta sitten |