Age | Commit message (Expand) | Author | Files | Lines |
2005-11-18 | Teach "approxidate" about weekday syntax | Linus Torvalds | 1 | -5/+49 |
2005-11-17 | Teach "approxidate" about weekday syntax | Linus Torvalds | 1 | -1/+17 |
2005-11-16 | git's rev-parse.c function show_datestring presumes gnu date | Linus Torvalds | 1 | -0/+124 |
2005-10-14 | Unlocalized isspace and friends | Linus Torvalds | 1 | -1/+0 |
2005-09-22 | [PATCH] Fix strange timezone handling | Linus Torvalds | 1 | -10/+14 |
2005-09-20 | [PATCH] Return proper error valud from "parse_date()" | Linus Torvalds | 1 | -3/+3 |
2005-07-12 | parse_date(): allow const date string | Linus Torvalds | 1 | -4/+4 |
2005-06-25 | [PATCH] fix date parsing for GIT raw commit timestamp format. | Junio C Hamano | 1 | -5/+9 |
2005-05-22 | Include file cleanups.. | Linus Torvalds | 1 | -3/+0 |
2005-05-20 | sparse cleanup | Linus Torvalds | 1 | -0/+2 |
2005-05-18 | [PATCH] fix show_date() for positive timezones | Nicolas Pitre | 1 | -2/+2 |
2005-05-06 | date.c: add "show_date()" function. | Linus Torvalds | 1 | -0/+28 |
2005-05-01 | date handling: handle "AM"/"PM" on time | Linus Torvalds | 1 | -8/+22 |
2005-05-01 | date.c: allow even more varied time formats | Linus Torvalds | 1 | -54/+152 |
2005-04-30 | date.c: fix printout of timezone offsets that aren't exact hours | Linus Torvalds | 1 | -2/+8 |
2005-04-30 | date.c: only use the TZ names if we don't have anything better. | Linus Torvalds | 1 | -1/+5 |
2005-04-30 | date.c: split up dst information in the timezone table | Linus Torvalds | 1 | -45/+51 |
2005-04-30 | date.c: fix parsing of dates in mm/dd/yy format | Linus Torvalds | 1 | -1/+3 |
2005-04-30 | date.c: use the local timezone if none specified | Linus Torvalds | 1 | -2/+7 |
2005-04-30 | Make the date parsing accept pretty much any random crap. | Linus Torvalds | 1 | -106/+215 |
2005-04-30 | [PATCH] Do date parsing by hand... | Edgar Toernig | 1 | -0/+184 |