Historie revizí

Autor SHA1 Zpráva Datum
  Jonas Maebe 6eecf71698 * halt(1) on error před 15 roky
  Jonas Maebe 44178f41b6 * don't overwrite register variables when evaluating <=/>= expressions with před 15 roky
  michael a1d8ad7a27 * Changed var to out in TStringList.Find před 15 roky
  sergei b4ac714201 * defutil.pas: added UnicodeString to automatable types, fixes compilation of webtbs/tw2649.pp after r16360. However it requires RTL support similar to one for AnsiString to be complete. před 15 roky
  marco 3b7bb9da6a * using value instead of avalue does not properly set bound because getvalueasvariant před 15 roky
  sergei 9d8d518029 * translate_disp_call, support passing Variants by-value (still pass a pointer, but reset ByRef bit in CallDesc.Args[]). před 15 roky
  sergei 49013587a9 + comobj.pp, DispatchInvoke and DoDispCallByID: support Variant parameters passed by value, support Int64 and QWord arguments. před 15 roky
  sergei 907e7a32d5 * GetFileHandle(), THandleStream: changed type that is used to store file handle from Integer to THandle, so it can be redefined to 64 bits on certain platforms, see http://lists.freepascal.org/lists/fpc-devel/2010-November/023019.html před 15 roky
  joost eb698a6d9a * Fixed type in THTMLContentProducerClass name před 15 roky
  joost 8fa8a466b1 * Made WebPage.IsAjaxCall public před 15 roky
  joost 144672ffd8 * Process request variables for a HEAD request as if it is a GET request před 15 roky
  joost 8c836d1d1a * Added TRequest.LocalPathPrefix property před 15 roky
  paul 23e74d5d46 rtl: fixed typo in variants.pp noticed by Ivan Shikhalev (mantis #0017983) před 15 roky
  Jonas Maebe a5473c33cc * part of r16347, forgot to commit před 15 roky
  sergei cbdc08b641 * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies před 15 roky
  sergei ba700ad2ff * Improvements to Dispatch call handling: před 15 roky
  sergei 532f8b9ab5 * Type Word maps to variant type varword, not varqword (probably a typo). před 15 roky
  paul 4036be1221 rtl: add IO_REPARSE_TAG constants před 15 roky
  paul f0c3084bee shlobj: add more SHARD_ constants před 15 roky
  pierre 969c81b60f * Fix DEBUG go32v2 compilation error před 15 roky
  pierre 74e1e4c7ba * Remove go32v2 skiptarget for working tests před 15 roky
  marco 485bc5a5b2 * patch from Paul, fixes 17958, newer Vista/W7 interfaces for dialogs. před 15 roky
  paul a8deeaa168 compiler: fix search of outer class type inside inner type declarations (bug #0017945) před 15 roky
  paul d99b4ae7c1 compiler: set moduleid for record symtables and descendants (fixes bug #0017950) před 15 roky
  sergei 2d860e356c * Fixed parameter generation for dispatch calls: assuming that everything is passed by reference and needs only sizeof(ptruint) bytes is wrong. 64-bit primitive types (Double,Int64) are passed by value and require twice more space on 32-bit platforms. před 15 roky
  joost 6a4ea03acb * Added FPMakeOptions to the global configuration file, to pass custom options to fpmake před 15 roky
  joost 4c00ab84f1 * Added option to ignore further invalid options před 15 roky
  Jonas Maebe c14574bb56 * don't change the fpu control word in the initialisation code of dynamic před 15 roky
  joost c53b2a871b * Added ability to add custom command-line options for fpmake před 15 roky
  joost bf355db3fe * Added ability to specify absolute paths to install files into před 15 roky