index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtl
/
objpas
/
sysutils
/
dati.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fixed 18183
michael
2011-04-02
1
-7
/
+6
*
* RTL: Replaced deprecated formatting symbols with their up-to-date counterpa...
sergei
2011-01-09
1
-10
/
+10
*
* Fixed TryStrToDateTime so it returns True only if both date and time are pa...
sergei
2010-10-07
1
-1
/
+2
*
* disable east asia/era stuff on WinCE, the functions does not seem to be ava...
florian
2010-08-11
1
-39
/
+39
*
* support for east asia locale in formatdatetime. Patch from Taka_JP, mantis...
marco
2010-08-11
1
-1
/
+72
*
* New more delphi compat intstrtotime by Bart Broersma #15505 + test
marco
2010-02-03
1
-66
/
+143
*
* improvements to sysuitls date/time formatting routines: (Mantis 14905,Sergei)
marco
2009-11-08
1
-192
/
+246
*
* replace encodedate/time by try variants mantis 14969
marco
2009-11-08
1
-2
/
+5
*
* trystrto* variants with formatsettings.
marco
2009-11-03
1
-36
/
+82
*
* parameter "Separator" of function TryStrToDate was not passed to IntStrToDate
ivost
2009-10-26
1
-1
/
+1
*
* Forgot raise statement in strtodate (thanks to Denis Golovan)
michael
2009-10-23
1
-1
/
+1
*
* Correctly split date/time parts when dateseparator is a space
michael
2009-10-17
1
-40
/
+47
*
* TryStrToTime/TryStrToDate no longer need to catch exceptions
michael
2009-10-16
1
-69
/
+102
*
* Patch from Alex Rayne (bug ID 14622) to provide some overloaded versions of...
michael
2009-10-16
1
-52
/
+250
*
* Show provided invalid date in StroToDate error messages
joost
2008-12-28
1
-3
/
+7
*
* Fixed strtotime. Last character was never taken into account
michael
2008-11-01
1
-1
/
+1
*
* Patch from Joao Morais to fix the case where only a time is provided
michael
2008-06-05
1
-6
/
+28
*
* Fixed warnings. rtl is warnings and notes free for wince and win32 again.
yury
2008-04-12
1
-1
/
+1
*
* Fix from Petr Kristan to remofe timereformat (kills AM/PM)
michael
2008-04-08
1
-14
/
+3
*
* Patch for arithmetic overflow from Petr Kristan
michael
2008-03-26
1
-1
/
+1
*
* Applied patch from Sergei Gorelkin for ComposeDateTime and IncAMonth
michael
2007-12-30
1
-7
/
+15
*
* fix for 9772
marco
2007-09-29
1
-38
/
+44
*
* pchar(pointer()) isms that were safe.
marco
2007-09-28
1
-2
/
+2
*
* fix bug 9438
Almindor
2007-08-16
1
-2
/
+9
*
+ ReplaceDate
florian
2007-06-24
1
-3
/
+12
*
* Fixed bug 8187
michael
2007-03-24
1
-1
/
+10
*
* Fixed TimeToStr and DateTimeToStr so they are delphi compatible
michael
2007-03-24
1
-4
/
+4
*
* fixed range error in incmonth()
jonas
2007-03-14
1
-5
/
+6
*
* Fixed StrToTime. TimeAMString and/or TimePMString can be empty on some loca...
yury
2007-01-13
1
-2
/
+2
*
* force tryencodetime to perform calculation using the precision of
jonas
2007-01-13
1
-1
/
+1
*
* Fixed buf 7168
michael
2007-01-12
1
-1
/
+1
*
* Fix strtodate for dates between 1 and 100 AD
joost
2006-12-21
1
-1
/
+5
*
* repeat inline in the body
florian
2006-11-05
1
-1
/
+1
*
* fixes StrToTime() thanks to jesus
Almindor
2006-10-30
1
-2
/
+2
*
* Replacetime. Bug 7680
marco
2006-10-27
1
-0
/
+5
*
* datetotime-def functions (but not yet FormatSettings) + ansidequotedstr (t...
marco
2006-10-27
1
-1
/
+19
*
fix compilation for {$T+} linux/win
micha
2006-10-04
1
-2
/
+2
*
* changed some var parameters in out parameters to avoid warnings
jonas
2006-08-03
1
-7
/
+7
*
* fixed warning and note while compiling RTL.
yury
2006-07-20
1
-2
/
+1
*
* Fixed warning.
yury
2006-07-19
1
-1
/
+1
*
+ Implemented ComposeDateTime for general use
joost
2006-06-29
1
-6
/
+7
*
+ Fixed incMonth so it truncates on the number of days in the target month
michael
2006-06-13
1
-3
/
+3
*
* fixes Joost's commit for non unix hopefully
florian
2006-05-27
1
-8
/
+8
*
+ Several dateutil-fixes for dates before 1899/12/30
joost
2006-05-26
1
-12
/
+17
*
* Patch from Joost van der Sluis to correct negative date-times
michael
2006-05-23
1
-30
/
+36
*
* fix for 4970
marco
2006-04-23
1
-1
/
+1
*
fix datetime from/to timestamp conversion (delphi compat)
micha
2006-04-13
1
-2
/
+2
*
* currentyear (bug 4904)
marco
2006-03-25
1
-0
/
+6
*
+ Patch from Joost Van der Sluis to fix DoEncodeTime
michael
2005-07-23
1
-10
/
+5
*
* fixed datetime related routines for unix
jonas
2005-06-19
1
-0
/
+14
[next]