Histórico de commits

Autor SHA1 Mensagem Data
  Rob Landley 519d7df930 Another whack at scripts/individual. Now builds 212 applets. 18 anos atrás
  Rob Landley 23b61be0df Add comments to all the functions in this file documenting what they're for. 18 anos atrás
  Rob Landley 2c55fcac08 Thinko spotted by Vladimir Dronnikov. 18 anos atrás
  Rob Landley 081e38483e Remove xcalloc() and convert its callers to xzalloc(). About half of them 18 anos atrás
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 anos atrás
  Rob Landley 534374755d Cleaup read() and write() variants, plus a couple of new functions like 18 anos atrás
  Rob Landley df822f2606 We need xsetuid() and xsetgid() because per-user process resource limits can 18 anos atrás
  Rob Landley 22d3958d76 Denis Vlasenko spotted the lack of bounds checking in my first attempt at 18 anos atrás
  Rob Landley 5b88a38157 Add itoa and utoa to see what Denis Vlasenko thinks. 18 anos atrás
  Rob Landley 8bbdb8732f This kind of paranoia is a debug option at best. 18 anos atrás
  Rob Landley c7ddefc062 Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at 18 anos atrás
  Rob Landley 399d2b5c24 Rich Felker suggested removing dprintf() from watch, and one thing led to 18 anos atrás
  Rob Landley 80b8ff07ca A pending item in my tree I might as well check in: I plan to migrate calloc() 18 anos atrás
  Bernhard Reutner-Fischer b1629b1b2a - remove emacs layout block as suggested by Robert P.J. Day 18 anos atrás
  Rob Landley a389651115 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes 18 anos atrás
  Rob Landley 552b56dfd1 Not quite compiler independent, but we've never tried to be gcc independent 18 anos atrás
  Bernhard Reutner-Fischer c2cb0f32b4 - patch from Denis Vlasenko to add and use bb_xopen3() 18 anos atrás
  Rob Landley 31642d75e1 More "extern" removals from Robert P. Day 19 anos atrás
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 19 anos atrás
  "Vladimir N. Oleynik" 0c6ff43a0c remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION 19 anos atrás
  Rob Landley 4e9deec8bf svn 14077 was completely broken and apparently never tested. 19 anos atrás
  "Vladimir N. Oleynik" 21e68703ce removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!) 19 anos atrás
  "Vladimir N. Oleynik" 4eb2fd6826 more use libbb/bb_msg_read_error 19 anos atrás
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 21 anos atrás
  Manuel Novoa III 948d4907a0 My bug. :-( 21 anos atrás
  Eric Andersen cb81e6484d Update a bunch of docs. Run a script to update my email addr. 21 anos atrás
  Eric Andersen 9f894f4062 Fixup compile problem with dmalloc 21 anos atrás
  Manuel Novoa III cad5364599 Major coreutils update. 22 anos atrás
  Glenn L McGrath 237ae42fc9 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 22 anos atrás
  Glenn L McGrath 7ca04f328e New common unarchive code. 22 anos atrás