Commit History

Author SHA1 Message Date
  florian 7fe6c0d95d * handle currency constants correctly on non i386 platforms if they are given as integer constant, resolves #21091 13 years ago
  florian 79a77ae7d6 + in_generic for testing if currently a generic declaration/definition is parsed/record 13 years ago
  Jonas Maebe 3589f90cf8 * also show the valid bounds in most cases when signalling a range check 13 years ago
  paul f685d67647 compiler: correctly traverse record fields while generating record constant (bug #0020594) 13 years ago
  paul c6ca9e5091 compiler: 14 years ago
  florian 4868b09844 * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332 14 years ago
  paul 4d3da666db compiler: replace string codepage comparison to numeric. store codepage as number in current settings 14 years ago
  paul aba0106366 compiler: manual merge some cpstrnew changes which was impossible to merge using regular tools due to the merge conflicts 14 years ago
  paul 723f3424d4 merge r17484 from cpstrnew branch by michael: 14 years ago
  paul 1db610ecbd merge r17434 from cpstrnew branch by michael: 14 years ago
  sergei a9515e9446 * Don't include ShortString constants into resourcestring reference table, because current design allows RTL to handle only a single string type. 14 years ago
  sergei 689d4b3ecc + Mantis #19651: Generate table of typed string constants which are initialized with resourcestrings, so they are updated when SetResourceStrings or SetUnitResourceStrings is called. 14 years ago
  sergei fec5dde5b6 * Fix handling of Windows WideString typed constants, resolves #15842 and completes the related #14308: 14 years ago
  pierre cfdc7c861d * Use public/global name 'name' section 'section' without semicolon for Windows TLS support 14 years ago
  pierre a45b29911c * Handle vo_has_section for constants 14 years ago
  florian d35d1ed357 + initial support for pascal booleans with sizes 2, 4 and 8 14 years ago
  florian 5abdfb6f7e * aint -> asizeint changes 14 years ago
  florian 26fbfaf5a7 + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer) 14 years ago
  Jonas Maebe 2222f2c44b * renamed is_class_or_interface_or_dispinterface_or_objc() into 14 years ago
  paul 56bf42de57 compiler: implement record methods and class methods: 14 years ago
  paul 8e36256bc9 compiler: add support for visibility blocks in records and type, const declarations: 14 years ago
  Jonas Maebe 14b95b3b9b * always force range checking for the upper and lower bounds of for-loops if 15 years ago
  florian 0712dbe25d * white space fixes 15 years ago
  Jonas Maebe 57bd6d2685 + merged nestedprocvars branch 15 years ago
  Jonas Maebe 58362db962 * use the correct procdef when taking the address of an overloaded function 15 years ago
  Jonas Maebe 38e0e0ca29 * fixed comment 15 years ago
  Jonas Maebe cddb2ffcae * give a compile-time error when trying to define a short/ansistring typed constant 15 years ago
  Jonas Maebe 72758864e4 * only allow field names in record/object typed constant declarations (mantis #16234) 15 years ago
  Jonas Maebe 734f9de2a0 + support for array of widechar typed constants (based on patch by 15 years ago
  paul c879230f08 compiler: fix parsing and handling of typed constants declared inside classes/objects + tests 15 years ago