Commit History

Author SHA1 Message Date
  nickysn 25be2bc720 * define macros identifying the code and data model in each of the memory models 11 years ago
  nickysn 0236c2823a + added startup modules for compact, large and huge model that define the 11 years ago
  nickysn f4c463b6bd * prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common 11 years ago
  michael de1489f98c * Patch from Laco to initialize character set function 11 years ago
  reiniero 77d74614cb fcl-db: cosmetic 11 years ago
  reiniero f005a65ce4 fcl-db: 11 years ago
  lacak 285d459801 fcl-db: sqldb: cosmetic 11 years ago
  reiniero e8de259b63 * fcl-db: cosmetic: debug output 11 years ago
  reiniero d9ba17b147 * fcl-db: cosmetic: debug output 11 years ago
  reiniero 2cd94bcd8e * fcl-db: dbtestframework: database.ini template: 11 years ago
  lacak 0beac5834f fcl-db: postgres: PostgreSQL allows for TIME data type value ='24:00:00' and for INTERVAL data type >= '24:00:00'. Because we map both TIME, INTERVAL data types to ftTime fields, value can be >= TDateTime(1). Same for Params (if Param is of type ftTime value can be >= TDateTime(1) ) 11 years ago
  reiniero f7a7701f5c fcl-db: cosmetic 11 years ago
  nickysn 71720533d7 * fixed the comparison of near pointers in i8086 far data memory models 11 years ago
  nickysn a0f08f3d5c * objpas.IntegerArray on 16 and 8-bit CPUs made as large as possible without 11 years ago
  nickysn a4ac2a3538 * fixed compilation of unit objpas in i8086 large memory model 11 years ago
  nickysn 2b57a50233 * i8086 far data model implementation of typeconvnode.second_ansistring_to_pchar 11 years ago
  nickysn f6b18e9b8d * i8086 far data memory model fixes in defutil.def_cgsize 11 years ago
  nickysn 97a3f50351 * use voidpointertype.size (supports i8086 far data memory models) instead of 11 years ago
  florian 7107e9d5ea * do cse on all const. intregable expressions 11 years ago
  nickysn 043c0ba215 * use voidpointertype.size (which supports i8086 far data memory models) instead 11 years ago
  nickysn 5d9a193887 * use voidpointertype.size instead of sizeof(pint) in tarraydef in order to 11 years ago
  nickysn 149db35910 * i8086 far data memory model fix in ncgutil.new_exception 11 years ago
  nickysn ebdfbeaac8 * return voidpointertype.size instead of sizeof(pint) in tstringdef.size in 11 years ago
  nickysn 2556ada8da * instead of setting savesize in each of the tstringdef constructors, added an 11 years ago
  florian 686a2d2f3f + Support omitting the frame pointer on arm even in procedures with incoming parameters 11 years ago
  nickysn dfa1f3e0a3 * NativeInt and NativeUInt redefined as aliases to PtrInt/PtrUInt, so now they 11 years ago
  nickysn fb20791cbe * replaced all the remaining uses of nativeint in the rtl with either sizeint 11 years ago
  nickysn e471a7dd2c * use ObjpasInt, instead of nativeint in fpc_div_dword and fpc_mod_dword 11 years ago
  nickysn ec9a57f854 * local variables in fpc_AnsiStr_Concat_multi changed from nativeint to objpasint 11 years ago
  nickysn ff6b258379 * changed ExceptTryLevel from nativeint to objpasint 11 years ago