index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grep.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2000-07-14
Fixed a warning about missing initializer
proski
2
-2
/
+2
2000-07-14
The result of getopt() should not be converted to "char" - it breaks on PPC
proski
1
-1
/
+1
2000-07-14
More cleanups.
andersen
15
-69
/
+69
2000-07-14
Fix argument parsing.
kraai
2
-2
/
+2
2000-07-14
Be more pedantic aboutthe terminating null applet.
andersen
2
-2
/
+2
2000-07-14
uid and gid were unsigned, but were compared vs signed values (-1)
andersen
1
-2
/
+2
2000-07-14
A couple of minor warning cleanups.
andersen
6
-7
/
+13
2000-07-14
Use errorMsg rather than fprintf.
kraai
81
-473
/
+391
2000-07-14
Fix some stupid memory bugs.
andersen
2
-4
/
+2
2000-07-14
Add in redimentary backtick suport (doesn't work properly yet, but is
andersen
3
-120
/
+219
2000-07-14
It dawned on me that I would need to grow a char buffer one extra char bigger
markw
2
-2
/
+8
2000-07-14
Added error checking for edit commands; only a beginning address can be
markw
2
-2
/
+8
2000-07-14
Added support for (a)ppend, (i)nsert, and (c)hange commands to sed.
markw
2
-14
/
+176
2000-07-13
Fixed bug where sed '/foo/p' was printing "invalid command".
markw
2
-4
/
+2
2000-07-13
(Something I should have done in the previous checkin...) Also broke out
markw
2
-74
/
+86
2000-07-13
Minor code reorg: Changed the interface to index_of_next_unescaped_slash to an
markw
2
-96
/
+116
2000-07-13
Fix uninitialized variable.
andersen
2
-2
/
+2
2000-07-13
Patch from Marc Nijdam <marc_nijdam@hp.com>
andersen
1
-11
/
+9
2000-07-13
Added a smallish TODO comment.
markw
2
-0
/
+10
2000-07-13
From Matt Kraai <kraai@alumni.carnegiemellon.edu>
andersen
2
-48
/
+56
2000-07-13
Correct argument parsing and other minor cleanups.
kraai
2
-22
/
+22
2000-07-12
Added some smallish comments to help folks understand why we have two tables
markw
3
-6
/
+15
2000-07-12
Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
markw
6
-26
/
+17
2000-07-12
Patch from Jon McClintock <jonm@bluemug.com>
andersen
2
-2
/
+134
2000-07-12
Always report the applet name when doing error reporting.
kraai
42
-144
/
+141
2000-07-12
Use global applet_name instead of local versions.
kraai
20
-72
/
+42
2000-07-12
Use global applet_name instead of local versions.
kraai
6
-50
/
+32
2000-07-12
The applet name isn't constant.
kraai
3
-3
/
+3
2000-07-11
Changed verbiage.
andersen
1
-1
/
+2
2000-07-11
Replaced projects with products/projects.
andersen
1
-1
/
+1
2000-07-11
Added the Kerbango Internet Radio to projects/products using BusyBox.
andersen
1
-0
/
+1
2000-07-11
Applied patch from Matt Kraai to call destroy_cmd_strs in atexit(), rather
markw
2
-44
/
+34
2000-07-11
Added applet_name to contain the applet name.
kraai
3
-10
/
+11
2000-07-11
Final updates for release.
andersen
6
-8
/
+27
2000-07-11
Final update for the release.
andersen
1
-0
/
+4
2000-07-11
Forgot to commit these cleanups it seems.
andersen
16
-22
/
+8
2000-07-11
More changelog updates
andersen
1
-3
/
+4
2000-07-11
Added changelog entries for grep/sed/regex changes.
markw
1
-0
/
+3
2000-07-11
Some changelog updates.
andersen
1
-1
/
+4
2000-07-11
Re-enable ln -n in the help.
andersen
2
-4
/
+0
2000-07-11
Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:
andersen
2
-54
/
+4
2000-07-11
Added 'dumpkmap' to allow people to dump a binary keymap, which can then be
andersen
11
-14
/
+248
2000-07-11
Applied patch from Matt Kraai which does the following:
markw
6
-195
/
+120
2000-07-11
Fix dead link.
kraai
1
-1
/
+1
2000-07-10
Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.
andersen
8
-1799
/
+1240
2000-07-10
Removed all trace of hand-tooled regexp routines. Bye bye, baby.
markw
3
-823
/
+1
2000-07-10
Added a rule to make tags files for vi(m).
markw
1
-0
/
+4
2000-07-10
Comment on kernel stuff
andersen
7
-14
/
+6
2000-07-10
Brand, new sed that uses libc regex routines.
markw
2
-560
/
+966
2000-07-10
More linux kernel header file removal.
andersen
4
-8
/
+388
[next]