Commit graph

34 commits

Author SHA1 Message Date
cxl
114b1fc8f4 Core: CParser universal character escapes support improved
git-svn-id: svn://ultimatepp.org/upp/trunk@11151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-06-09 07:52:03 +00:00
cxl
272d416b91 Core: ToUtf8 for single codepoint extented to full UNICODE, CParser now supports \u surrogate pairs
git-svn-id: svn://ultimatepp.org/upp/trunk@11123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-26 13:01:21 +00:00
cxl
40509d763c Core: CParser nested comments support (thanks cbpporter)
git-svn-id: svn://ultimatepp.org/upp/trunk@10707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 09:59:11 +00:00
cxl
cc392cf740 Core: CParser::IsNumber(base) fix
git-svn-id: svn://ultimatepp.org/upp/trunk@10634 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-03 11:43:44 +00:00
cxl
8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
49d3de4a8a New Cpp preprocesing parser merged
git-svn-id: svn://ultimatepp.org/upp/trunk@8427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-11 17:13:55 +00:00
cxl
b2bed3b9aa Core: CParser now allows tabs in String
git-svn-id: svn://ultimatepp.org/upp/trunk@8145 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-07 14:53:10 +00:00
cxl
11b8860e80 Core: CParser::ReadDouble now allows '.707' (but IsDouble still false)
git-svn-id: svn://ultimatepp.org/upp/trunk@7967 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-12 12:54:29 +00:00
cxl
682de33116 Core: Resolved skipspaces issue in CParser::Set
git-svn-id: svn://ultimatepp.org/upp/trunk@7681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-13 17:15:01 +00:00
cxl
932a2af309 CParser: NoSkipComments
git-svn-id: svn://ultimatepp.org/upp/trunk@7320 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-26 18:04:58 +00:00
cxl
f84730e39b Core: CParser LineInfoComment, Skylark: Improved witz error handling
git-svn-id: svn://ultimatepp.org/upp/trunk@7318 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-26 09:38:18 +00:00
cxl
becb660786 CParser: Fixed issue with ReadString and UTF-8
git-svn-id: svn://ultimatepp.org/upp/trunk@7241 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-13 06:18:43 +00:00
cxl
54b6f2c9a7 Core: IsInf, IsFin
git-svn-id: svn://ultimatepp.org/upp/trunk@6788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-18 13:37:30 +00:00
cxl
e0b7e679ac Core: CParser MINGW fix
git-svn-id: svn://ultimatepp.org/upp/trunk@6737 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-08 19:26:00 +00:00
cxl
d75578279a Core: CParser fixed for MingW #607 (thx koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@6652 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-12-15 13:26:49 +00:00
cxl
4c75f84cff Core: CParser: Fixed overflow checking in ReadDouble / Win32 typo
git-svn-id: svn://ultimatepp.org/upp/trunk@6483 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-24 10:00:32 +00:00
cxl
296fbb7226 Core: CParser overflow checks FP Win32 #541
git-svn-id: svn://ultimatepp.org/upp/trunk@6469 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-23 05:47:29 +00:00
cxl
41e3cbcbf2 Core: CParser overflow testing for FP in Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@6468 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-22 14:58:18 +00:00
cxl
935ce18d3f Core: CParser integer overflow checks
git-svn-id: svn://ultimatepp.org/upp/trunk@6464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-21 18:34:13 +00:00
cxl
f090287025 Core: .ini now having 'env' mode parsing $VARIABLES (thanks Dolik), fixed ReadInt64 (thanks Hans)
git-svn-id: svn://ultimatepp.org/upp/trunk@6443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-18 05:50:25 +00:00
cxl
e51439e784 Core: JSON date support, UTC leap seconds
git-svn-id: svn://ultimatepp.org/upp/trunk@6397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-06 11:06:24 +00:00
cxl
e199c75782 Core: AsCString new flag: ASCSTRING_JSON
git-svn-id: svn://ultimatepp.org/upp/trunk@5176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-11 09:01:18 +00:00
cxl
89955f303a Core: CParser: GetSpacePtr
git-svn-id: svn://ultimatepp.org/upp/trunk@4235 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-03 10:26:13 +00:00
cxl
e13ae5cbb3 Core: CParser::UnicodeEscape - option to escape javascript's \u, used in JSON
git-svn-id: svn://ultimatepp.org/upp/trunk@4160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-11 10:01:15 +00:00
cxl
258d544fac Core: CParser improved const-correctness (many methods are now const)
git-svn-id: svn://ultimatepp.org/upp/trunk@4124 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 11:55:08 +00:00
cxl
45b871f993 Core: CParser::IsId(const char *), improved 'visuals' for ValueArray::ToString
git-svn-id: svn://ultimatepp.org/upp/trunk@4114 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-01 19:41:01 +00:00
cxl
2975755fe8 *Core: CParser correct issue with characters >128
git-svn-id: svn://ultimatepp.org/upp/trunk@3954 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-06 13:29:46 +00:00
cxl
b6ba76f0d5 Core: CParser::ReadInt(int min, int max)
git-svn-id: svn://ultimatepp.org/upp/trunk@3367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-22 12:40:07 +00:00
cxl
a44ab2417a *uppsrc: mr_ped's GCC warnings fix, Core: now methods in Thread based on tojocky's ideas
git-svn-id: svn://ultimatepp.org/upp/trunk@2972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-08 12:36:46 +00:00
cxl
5fdccf8872 *Core: CParser constructor fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-30 16:15:31 +00:00
cxl
bad76742d1 Core: CParser now provides information about column of position
git-svn-id: svn://ultimatepp.org/upp/trunk@2209 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-10 16:00:48 +00:00
cxl
36555d3712 CParser::SkipTerm fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-22 08:22:14 +00:00
mdelfede
cb0ff92715 new uvs2 releases : uppsrc-2598 tutorial-38 examples-141 reference-113
git-svn-id: svn://ultimatepp.org/upp/trunk@300 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-16 23:06:34 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00