bug#9308: [PATCH] Proposed fix

2013-09-23 Thread Sergio Durigan Junior
to the GDB/binutils repo, so if you want to just extend my commit rights to commit to the coreutils, that's fine too. Thanks, -- Sergio 2013-09-23 Sergio Durigan Junior sergi...@sergiodj.net * src/rm.c (main): Option -I should be markes as sometimes interactive (RMI_SOMETIMES). diff

bug#14613: [PATCH] Make parse_datetime (and therefore `date') handle 'DAY MONTH, YEAR'

2013-07-27 Thread Sergio Durigan Junior
'. It works OK here, but I'd be glad if you could give it a test. Comments are also obviously welcome. Thanks, -- Sergio diff --git a/ChangeLog b/ChangeLog index 4d73a26..d9d89ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-07-27 Sergio Durigan Junior sergi...@riseup.net