summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)Author
2006-06-09date.c: improve guess between timezone offset and year.Paul Eggert
2006-05-01Use RFC2822 dates from "git fmt-patch".Junio C Hamano
2006-04-05date parsing: be friendlier to our European friends.Junio C Hamano
2006-04-05Merge branch 'fix'Junio C Hamano
2006-04-05parse_date(): fix parsing 03/10/2006Junio C Hamano
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-01-06Fix nasty approxidate bugLinus Torvalds
2005-12-29code comments: spellJunio C Hamano
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-17git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-09-22[PATCH] Fix strange timezone handlingLinus Torvalds
2005-09-20[PATCH] Return proper error valud from "parse_date()"Linus Torvalds
2005-07-12parse_date(): allow const date stringLinus Torvalds
2005-06-25[PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano
2005-05-22Include file cleanups..Linus Torvalds
2005-05-20sparse cleanupLinus Torvalds
2005-05-18[PATCH] fix show_date() for positive timezonesNicolas Pitre
2005-05-06date.c: add "show_date()" function.Linus Torvalds
2005-05-01date handling: handle "AM"/"PM" on timeLinus Torvalds
2005-05-01date.c: allow even more varied time formatsLinus Torvalds
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds
2005-04-30date.c: only use the TZ names if we don't have anything better.Linus Torvalds
2005-04-30date.c: split up dst information in the timezone tableLinus Torvalds
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds
2005-04-30date.c: use the local timezone if none specifiedLinus Torvalds
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig