index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
patch.c
Age
Commit message (
Expand
)
Author
2009-11-29
Fix reversed patch detection logic, remove unused variables, rename variables...
Rob Landley
2009-03-29
Another patch corner case.
0.0.9.1
Rob Landley
2009-03-28
Rearchitect patch to handle more darn corner cases.
Rob Landley
2009-01-04
Make patch work with -R when deleting files.
Rob Landley
2008-12-16
Two bugfixes for deleting files (-p and message)
Rob Landley
2008-11-18
The epoch can also show up as 1970-01-01 (depending on timezone), so treat an...
Rob Landley
2008-10-23
Upgrade patch to detect hunks that start after a false start.
Rob Landley
2008-04-08
Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail
Rob Landley
2008-01-20
Move dlist_add() to lib/llist.c
Rob Landley
2008-01-20
Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Rob Landley
2008-01-19
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Rob Landley
2008-01-19
Zap toys/Config.in and instead create generated/Config.in from contents of
Rob Landley
2007-12-31
Fix patch to use @@ values and match EOF when fewer trailing than starting
Rob Landley
2007-12-27
Make patch's file add actually work, including directory creating and
Rob Landley
2007-12-20
Upgrade patch to understand creating and deleting files.
Rob Landley
2007-12-18
Patch command.
Rob Landley