Jonas Maebe
|
99994c0603
Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 years ago |
michael
|
767e3fee62
* Patch from Joao Morais to fix the case where only a time is provided
|
17 years ago |
yury
|
62e616cae0
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
|
17 years ago |
michael
|
d20636a319
* Fix from Petr Kristan to remofe timereformat (kills AM/PM)
|
17 years ago |
michael
|
33cb576bba
* Patch for arithmetic overflow from Petr Kristan
|
17 years ago |
michael
|
8793de3166
* Applied patch from Sergei Gorelkin for ComposeDateTime and IncAMonth
|
18 years ago |
marco
|
54d8f93b25
* fix for 9772
|
18 years ago |
marco
|
827d380691
* pchar(pointer()) isms that were safe.
|
18 years ago |
Almindor
|
1e4dd0685a
* fix bug #9438
|
18 years ago |
florian
|
628452f04d
+ ReplaceDate
|
18 years ago |
michael
|
79b572ccae
* Fixed bug #8187
|
18 years ago |
michael
|
74cbe82e3f
* Fixed TimeToStr and DateTimeToStr so they are delphi compatible
|
18 years ago |
Jonas Maebe
|
6eb320506b
* fixed range error in incmonth()
|
18 years ago |
yury
|
2602ceb7e4
* Fixed StrToTime. TimeAMString and/or TimePMString can be empty on some locales and StrToTime crashed in this case.
|
18 years ago |
Jonas Maebe
|
18eaee6ea3
* force tryencodetime to perform calculation using the precision of
|
19 years ago |
michael
|
14eaf7200e
* Fixed buf 7168
|
19 years ago |
joost
|
27213c6873
* Fix strtodate for dates between 1 and 100 AD
|
19 years ago |
florian
|
2659c32078
* repeat inline in the body
|
19 years ago |
Almindor
|
0c6e1e4c44
* fixes StrToTime() thanks to jesus
|
19 years ago |
marco
|
2f8f88f801
* Replacetime. Bug #7680
|
19 years ago |
marco
|
304be38ec1
* datetotime-def functions (but not yet FormatSettings) + ansidequotedstr (turned
|
19 years ago |
micha
|
d704af7216
fix compilation for {$T+} linux/win
|
19 years ago |
Jonas Maebe
|
327718e0c4
* changed some var parameters in out parameters to avoid warnings
|
19 years ago |
yury
|
82b74ffc64
* fixed warning and note while compiling RTL.
|
19 years ago |
yury
|
fefe85a86a
* Fixed warning.
|
19 years ago |
joost
|
391dc9a9fb
+ Implemented ComposeDateTime for general use
|
19 years ago |
michael
|
85017f4139
+ Fixed incMonth so it truncates on the number of days in the target month
|
19 years ago |
florian
|
02db8f5c84
* fixes Joost's commit for non unix hopefully
|
19 years ago |
joost
|
35c5b75792
+ Several dateutil-fixes for dates before 1899/12/30
|
19 years ago |
michael
|
7c29068ae3
* Patch from Joost van der Sluis to correct negative date-times
|
19 years ago |