Michaël Van Canneyt
|
fc6b11720a
* Implement ListIndexError
|
1 жил өмнө |
Michaël Van Canneyt
|
ab31f82ec2
* Raise exception for fileseek positions that do not fit in longing. Issue #39407
|
3 жил өмнө |
michael
|
1bda357c8f
* Error when seek fails
|
4 жил өмнө |
Michaël Van Canneyt
|
909254e751
* Remove duplicate HexDigits constants. Fix issue #39462
|
3 жил өмнө |
michael
|
f124194c83
* Fix issue ID #38462
|
4 жил өмнө |
marco
|
0feee25b1e
# revisions: 46531,46744,46747,47288,47327,47366,47392,47393,47414
|
4 жил өмнө |
michael
|
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
|
7 жил өмнө |
pierre
|
250e924ad3
+ Add RTE 236 for thread errors:
|
7 жил өмнө |
florian
|
b41cb26727
+ write selected features in ppu of the system unit and load them further on
|
7 жил өмнө |
marco
|
869d24f7d1
* spelling mistakes fpc repo part, mantis #30233
|
9 жил өмнө |
michael
|
a5d38c7ba6
* Added TStringBuilder
|
9 жил өмнө |
florian
|
d0f4e7cc99
* respect feature defines
|
10 жил өмнө |
svenbarth
|
2d454dc8fa
Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages.
|
10 жил өмнө |
svenbarth
|
db6385ef33
Added exception EObjectCheck for object reference check (runtime error 210).
|
12 жил өмнө |
sergei
|
3b904943e7
* Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable.
|
13 жил өмнө |
sergei
|
0093517227
* sysutils: changed RunErrorToExcept to use table instead of case statement for OS exceptions. This is to be able to extract exception class alone for the upcoming SEH support.
|
13 жил өмнө |
paul
|
aa666d38ed
rtl: check arguments in some TEncoding functions which uses array/string access and raise EEncodingError in case of wrong indexes or string/arrays
|
14 жил өмнө |
paul
|
abf9816a09
rtl: add basic implementation of TEncoding class
|
14 жил өмнө |
michael
|
c0995c2ffd
* Moved string constant to sysconst
|
14 жил өмнө |
Jonas Maebe
|
4303eda80c
* moved SInvalidJulianDate from rtlconst to sysconst (part of r15032,
|
15 жил өмнө |
michael
|
e4244e0452
* Forgot to commit
|
16 жил өмнө |
Jonas Maebe
|
f6d452c2c0
* remove the RTL's installed signal handlers at the end of the system
|
16 жил өмнө |
Jonas Maebe
|
8cae53bb18
* fixed errors with parsing negative, >$99 and invalid BCD numbers in
|
16 жил өмнө |
marco
|
e0a5de2280
* fix typo downstream from Debian (Mazen)
|
16 жил өмнө |
joost
|
1a4ee73146
* Added NoWideStringSupport runtime error
|
17 жил өмнө |
marco
|
9e1462203c
* dateutils.scandatetime, an inverse of formatdatetime
|
18 жил өмнө |
florian
|
5a585ce07d
* made SExecuteProcessFailed error message more clear
|
18 жил өмнө |
florian
|
a99b5470af
* big variant from Thorsten Engler, fixes and improves several variant stuff
|
18 жил өмнө |
daniel
|
84982f2f62
+ Add siconverror constant.
|
18 жил өмнө |
Jonas Maebe
|
2c3d8af195
* fixed typo (invalid type case -> invalid type cast)
|
19 жил өмнө |