index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
messages.c
Age
Commit message (
Expand
)
Author
2006-08-09
Another whack at scripts/individual. Now builds 212 applets.
Rob Landley
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-05-26
- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).
Bernhard Reutner-Fischer
2006-04-05
- include proper headers.
Bernhard Reutner-Fischer
2006-04-03
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-02-16
moved BB_BANNER to applets/version.c file: make kernel like version,
"Vladimir N. Oleynik"
2005-10-15
common BUFSIZ BSS buffer, small reduce code, data and bss
"Vladimir N. Oleynik"
2005-10-12
usage bb_dev_null
"Vladimir N. Oleynik"
2005-10-12
bb_dev_null
"Vladimir N. Oleynik"
2005-04-16
Add bb_msg_read_error
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-09-02
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one
Glenn L McGrath
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-10-10
last_patch61 from vodz:
Eric Andersen
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-07-12
Patch from vodz:
Eric Andersen
2001-05-11
Fix a segfault in lash, hush, and cmdedit. Each of these used
Eric Andersen
2001-04-30
These messages can be .rodata, so make them even more const.
Eric Andersen
2001-04-25
libbb.h now includes ../busybox.h. This way, files in libbb that have
Mark Whitley
2001-04-25
Move messages.c to libbb. Make each string in messages.c be its own .o file.
Eric Andersen