8
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 9 months 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... over 9 years ago
test_kit moved to sources directory with it's own Makefiles. compile_me.sh scripts removed. More... almost 10 years ago
in_jasctime() now uses jalali_days_3_fa for output. affected function: jasctime(), jasctime_r(), jctime(), jctime_r(). fixes #12. More... almost 10 years ago
pyjalali and documentation update for jalali_update and jmktime integration More... almost 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... almost 10 years ago
Merge branch 'reith-reentrant_fix' More... almost 10 years ago
2way merge reith/ashkan on reentrant_fix. More... almost 10 years ago
copy result from reentrant functions to internal variable after doing stuff More... almost 10 years ago
added missed datetime.__format__ More... almost 10 years ago
Merge pull request #10 from reith/fix-10 More... almost 10 years ago
clear jtm structure before passing to jalali_update in jcal More... almost 10 years ago
call setup.py from makefile. resolves #7 More... about 10 years ago
forward pyjalali date normalization to underlying C implementation More... about 10 years ago
provide better test More... about 10 years ago
normalize date in jalali_update More... about 10 years ago
some documentations for pyjalali added More... about 10 years ago
reentrant library functions don't touch internal variables anymore More... about 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... about 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... about 10 years ago
Merge pull request #5 from reith/python More... about 10 years ago
fix stupid __lt__ More... over 10 years ago
date convertion added to datetime convertion functions More... over 10 years ago
datetime.strftime workaround More... over 10 years ago
a little faster datetime.__lt__ More... over 10 years ago
date.__hash__ fix More... over 10 years ago
cleanup; revert jmktime changes due to jalali_update problems More... over 10 years ago
added installer More... over 10 years ago
loading libjalali (hopefully) cross-platform More... over 10 years ago
datetime.date implemented More... over 10 years ago
make yday calculation a little faster More... over 10 years ago