Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 303f415559 Randomness added to table length computation il y a 3 semaines
  Roberto Ierusalimschy 60b6599e83 Short strings can be external, too il y a 3 semaines
  Roberto Ierusalimschy ef5d171cc8 New macro 'l_numbits' il y a 4 mois
  Roberto Ierusalimschy 2d8d5c74b5 Details il y a 6 mois
  Roberto Ierusalimschy 3cdd49c94a Fixed conversion warnings from clang il y a 6 mois
  Roberto Ierusalimschy 1ec251e091 Detail (debugging aid) il y a 7 mois
  Roberto Ierusalimschy abf8b1cd4a Small optimization in 'luaH_psetshortstr' il y a 7 mois
  Roberto Ierusalimschy 1c40ff9faa Scanner and parser use different tables for constants il y a 7 mois
  Roberto Ierusalimschy b4b616bdf2 Rehash reinserts elements with "lighter" functions il y a 8 mois
  Roberto Ierusalimschy bb93f04d87 Refactoring of 'luaH_newkey' il y a 8 mois
  Roberto Ierusalimschy 002beeebe7 New way to keep hints for table length il y a 8 mois
  Roberto Ierusalimschy 9329eeac3b Avoid an extra call to 'concretesize' in 'resizearray' il y a 8 mois
  Roberto Ierusalimschy a4762b6ffe 'objsize' returns 'l_mem' il y a 8 mois
  Roberto Ierusalimschy 8a4419b119 Dummy node has a non-nil key il y a 8 mois
  Roberto Ierusalimschy 9a91fe1640 Add extra size when resizing tables with deleted keys il y a 9 mois
  Roberto Ierusalimschy 2491b87c10 New rule for size of array part il y a 9 mois
  Roberto Ierusalimschy 0de8191152 New structure to count keys in a table for rehashing il y a 9 mois
  Roberto Ierusalimschy 853311e5b1 Table rehash can resize only the hash part il y a 9 mois
  Roberto Ierusalimschy 25a2dac2bc Always use unsigned int for indexing table-arrays il y a 9 mois
  Roberto Ierusalimschy 3d54b42d59 'objsize' broke in smaller pieces il y a 10 mois
  Roberto Ierusalimschy 8fac494509 Avoid Microsoft warning il y a 10 mois
  Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' il y a 1 an
  Roberto Ierusalimschy 6ac7219da3 'isIT'/'isOT' turned from macros to functions il y a 1 an
  Roberto Ierusalimschy 94b503d95e Encoding of table indices (hres) must use C indices il y a 1 an
  Roberto Ierusalimschy 5edacafcfa Yet another representation for arrays il y a 1 an
  Roberto Ierusalimschy 9fa63a6268 Some 'unsigned int' changed to 'unsigned' il y a 1 an
  Roberto Ierusalimschy 0593256707 'luaH_get' functions return tag of the result il y a 1 an
  Roberto Ierusalimschy ce6f5502c9 'luaH_get' functions return 'TValue' il y a 1 an
  Roberto Ierusalimschy ba71060381 Removed "bulk operations" il y a 1 an
  Roberto Ierusalimschy 3823fc6c81 Added "bulk operations" to arrays il y a 1 an