Commit Graph

24 Commits

Author SHA1 Message Date
marco
8349a39d6e --- Merging r43137 into '.':
U    utils/ptopu.pp
--- Recording mergeinfo for merge of r43137 into '.':
 U   .
--- Merging r43141 into '.':
U    packages/chm/src/htmlutil.pas
--- Recording mergeinfo for merge of r43141 into '.':
 G   .
--- Merging r43142 into '.':
U    packages/libcurl/src/libcurl.pp
--- Recording mergeinfo for merge of r43142 into '.':
 G   .
--- Merging r43144 into '.':
U    packages/rtl-objpas/fpmake.pp
A    packages/rtl-objpas/src/inc/system.uitypes.pp
--- Recording mergeinfo for merge of r43144 into '.':
 G   .

# revisions: 43137,43141,43142,43144

git-svn-id: branches/fixes_3_2@43170 -
2019-10-12 11:59:37 +00:00
marco
499df41c28 --- Merging r40529 into '.':
U    rtl/objpas/sysutils/sysstr.inc
U    rtl/objpas/sysutils/sysstrh.inc
--- Recording mergeinfo for merge of r40529 into '.':
 U   .
--- Merging r40548 into '.':
U    rtl/unix/unix.pp
--- Recording mergeinfo for merge of r40548 into '.':
 G   .
--- Merging r40803 into '.':
U    utils/ptopu.pp
--- Recording mergeinfo for merge of r40803 into '.':
 G   .
--- Merging r40818 into '.':
U    packages/openssl/src/openssl.pas
--- Recording mergeinfo for merge of r40818 into '.':
 G   .
--- Merging r40838 into '.':
G    packages/openssl/src/openssl.pas
--- Recording mergeinfo for merge of r40838 into '.':
 G   .
--- Merging r40841 into '.':
U    packages/fcl-res/src/coffwriter.pp
--- Recording mergeinfo for merge of r40841 into '.':
 G   .
--- Merging r40908 into '.':
U    rtl/inc/getopts.pp
--- Recording mergeinfo for merge of r40908 into '.':
 G   .
--- Merging r41085 into '.':
U    rtl/objpas/sysutils/syswide.inc
U    rtl/objpas/sysutils/syswideh.inc
--- Recording mergeinfo for merge of r41085 into '.':
 G   .
--- Merging r41263 into '.':
U    packages/rtl-objpas/src/inc/strutils.pp
--- Recording mergeinfo for merge of r41263 into '.':
 G   .
--- Merging r41331 into '.':
U    rtl/objpas/classes/parser.inc
--- Recording mergeinfo for merge of r41331 into '.':
 G   .
--- Merging r41332 into '.':
U    packages/fcl-xml/src/xmlconf.pp
--- Recording mergeinfo for merge of r41332 into '.':
 G   .

# revisions: 40529,40548,40803,40818,40838,40841,40908,41085,41263,41331,41332
r40529 | michael | 2018-12-12 09:29:24 +0100 (Wed, 12 Dec 2018) | 1 line
Changed paths:
   M /trunk/rtl/objpas/sysutils/sysstr.inc
   M /trunk/rtl/objpas/sysutils/sysstrh.inc

Added overloads UintToStr for Delphi compatbibility (bug ID 0034690)
r40548 | michael | 2018-12-14 11:00:44 +0100 (Fri, 14 Dec 2018) | 1 line
Changed paths:
   M /trunk/rtl/unix/unix.pp

* Fix bug #0034499
r40803 | michael | 2019-01-08 04:55:32 +0100 (Tue, 08 Jan 2019) | 1 line
Changed paths:
   M /trunk/utils/ptopu.pp

* Applied patch by Bart Broersma to fix bug ID #34277
r40818 | michael | 2019-01-09 16:04:04 +0100 (Wed, 09 Jan 2019) | 1 line
Changed paths:
   M /trunk/packages/openssl/src/openssl.pas

* Add PEM_write_bio_PKCS7, bug ID  #0034842
r40838 | michael | 2019-01-10 23:11:33 +0100 (Thu, 10 Jan 2019) | 1 line
Changed paths:
   M /trunk/packages/openssl/src/openssl.pas

* Fix stack overflow
r40841 | michael | 2019-01-11 11:53:45 +0100 (Fri, 11 Jan 2019) | 1 line
Changed paths:
   M /trunk/packages/fcl-res/src/coffwriter.pp

* Call inherited constructor
r40908 | michael | 2019-01-19 17:35:30 +0100 (Sat, 19 Jan 2019) | 1 line
Changed paths:
   M /trunk/rtl/inc/getopts.pp

* Fix bug ID #19842 using patch from Bart Broersma
r41085 | marco | 2019-01-27 15:52:52 +0100 (Sun, 27 Jan 2019) | 2 lines
Changed paths:
   M /trunk/rtl/objpas/sysutils/syswide.inc
   M /trunk/rtl/objpas/sysutils/syswideh.inc

 * unicode version of isleadchar. utf8 still to follow, see #34754
r41263 | marco | 2019-02-09 13:31:15 +0100 (Sat, 09 Feb 2019) | 2 lines
Changed paths:
   M /trunk/packages/rtl-objpas/src/inc/strutils.pp

 * Patch from Serge Anvarov with missing strutils aliases. Mantis #35047
r41331 | michael | 2019-02-16 09:39:40 +0100 (Sat, 16 Feb 2019) | 1 line
Changed paths:
   M /trunk/rtl/objpas/classes/parser.inc

Fix bug ID #35086: TParser should reset position (tentative)
r41332 | michael | 2019-02-16 09:50:13 +0100 (Sat, 16 Feb 2019) | 1 line
Changed paths:
   M /trunk/packages/fcl-xml/src/xmlconf.pp

* Fix bug ID #34854

git-svn-id: branches/fixes_3_2@41923 -
2019-04-22 11:51:36 +00:00
michael
e4ca90ba1f * Fix warnings, read <keyword> for gobble keywords
git-svn-id: trunk@38874 -
2018-04-30 07:14:04 +00:00
marco
a57df5f0dd * commited correction for Mantis #25560, misspelled constructor keyword
git-svn-id: trunk@26531 -
2014-01-20 10:39:39 +00:00
michael
c69840519e * Better handling of class declarations, move implementation to deindent
git-svn-id: trunk@11088 -
2008-05-26 19:10:59 +00:00
michael
d444058d0e * Replaced with new version based on classes
git-svn-id: trunk@5904 -
2007-01-11 21:03:46 +00:00
fpc
790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
fpc
50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
michael
559e1e7d79 - keywords 'virtual' and 'uses' were added.
- '{}' and '(**)' comment types were separated.
- tokens now AnsiStrings
- the comments are now handled better, ptop now does multi line comments.
- added debug prints to verbose option
        'line in-<number> out-<number> symbol "<name>" = "<value>"'
  the <value> is truncated in the middle. this means visible beginning and
  the end.
2005-02-21 07:59:10 +00:00
michael
07861bbe2b + set maxsymbolsize to 255 2003-11-24 22:39:25 +00:00
michael
f155ce0135 + Fixed use of linesize property, reported by Wolfgang Waffenschmidt 2003-03-27 14:23:00 +00:00
peter
952e80a72f * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
carl
2502bdbf59 * use special symbols for portability's sake 2002-07-14 13:39:45 +00:00
marco
aefa34f0c1 * Renamefest 2002-06-01 18:39:14 +00:00
carl
3359e346e4 * bugfix of stream errors - would always give error! 2002-02-27 16:35:31 +00:00
michael
b272ae1344 + Initial import 2000-07-13 10:16:21 +00:00
peter
8ee8e1cebd * removed warning/notes 2000-06-01 10:59:22 +00:00
pierre
d29a9a8f29 * avoid a problem with range check 2000-05-03 13:04:08 +00:00
peter
50684700d1 * log truncated 2000-02-09 16:44:14 +00:00
carl
b6d9988f22 + More TP syntax compatible 2000-02-06 19:57:45 +00:00
daniel
ec29a31834 * copyright 2000 2000-01-07 16:41:28 +00:00
michael
b83d255d85 + Made output linesize variable 1999-07-08 21:17:10 +00:00
michael
5005e5d9ef * Fix by Marco van de Voort to enable #13#10 1999-05-31 10:08:36 +00:00
peter
3a56cae749 * moved 1999-05-12 16:11:39 +00:00