8
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected about 1 year ago.
Aug 07, 2022 — Aug 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixes to Makefile.am files incorrectly looking for system installed libjalali headers instead of those supplied inside the code. More... about 10 years ago
test_kit moved to sources directory with it's own Makefiles. compile_me.sh scripts removed. More... over 10 years ago
in_jasctime() now uses jalali_days_3_fa for output. affected function: jasctime(), jasctime_r(), jctime(), jctime_r(). fixes #12. More... over 10 years ago
pyjalali and documentation update for jalali_update and jmktime integration More... over 10 years ago
fixed %c for jstrftime using Gregorian weekday names instead of Farsi. unnecessary in_buf modifications removed from re-entrant _r() versions for date/time modification functions. jmktime() uses jalali_update() to normalize jtm struct. jstrftime %s now uses a temporary jtm struct to get unix timestamp as jmktime(struct jtm*) violates it's jtm supplied data constness and jstrftime signature enforces a const jtm data to be supplied. More... over 10 years ago
Merge branch 'reith-reentrant_fix' More... over 10 years ago
2way merge reith/ashkan on reentrant_fix. More... over 10 years ago
copy result from reentrant functions to internal variable after doing stuff More... over 10 years ago
added missed datetime.__format__ More... over 10 years ago
Merge pull request #10 from reith/fix-10 More... over 10 years ago
clear jtm structure before passing to jalali_update in jcal More... over 10 years ago
call setup.py from makefile. resolves #7 More... over 10 years ago
forward pyjalali date normalization to underlying C implementation More... over 10 years ago
provide better test More... over 10 years ago
normalize date in jalali_update More... over 10 years ago
some documentations for pyjalali added More... over 10 years ago
reentrant library functions don't touch internal variables anymore More... over 10 years ago
fixes #3: jalali_get_date() incorrectly uses a p-value (UTC Epoch diff in days) after operations on p which makes it convert into yday instead of UTC Epoch diff in days. It must use the original p-value given by jalali_get_diff() as supplement to it's internal localtime_r() call. More... over 10 years ago
fixes #8: incorrect string/format parsing when using -d on jdate due to undefined behaviour of strncpy() across different platforms. using sscanf() instead. More... over 10 years ago
Merge pull request #5 from reith/python More... over 10 years ago
fix stupid __lt__ More... almost 11 years ago
date convertion added to datetime convertion functions More... almost 11 years ago
datetime.strftime workaround More... almost 11 years ago
a little faster datetime.__lt__ More... almost 11 years ago
date.__hash__ fix More... almost 11 years ago
cleanup; revert jmktime changes due to jalali_update problems More... almost 11 years ago
added installer More... almost 11 years ago
loading libjalali (hopefully) cross-platform More... almost 11 years ago
datetime.date implemented More... almost 11 years ago
make yday calculation a little faster More... almost 11 years ago