Commit Verlauf

Autor SHA1 Nachricht Datum
  trizen aabc967cc0 Version 3.70 vor 5 Jahren
  trizen d592d8c5d9 modified: lib/Sidef/Perl/Perl.pod -- documentation vor 5 Jahren
  trizen 49366b2ade - Fixed the Sidef deparsing of subsets and structs defined inside a module and used outside. (https://github.com/trizen/sidef/issues/78) vor 5 Jahren
  trizen 83c5fc9f04 - Added the Matrix `vector_rows` and `vector_columns` methods (also aliased as `vec_rows` and `vec_cols`). vor 5 Jahren
  trizen f46fdbc0cb - Implemented the Vector `pow` method. vor 5 Jahren
  Daniel Șuteu 811f45443e Merge pull request #98 from catb0t/gm2 vor 5 Jahren
  Cat Stevens 9999379cb5 Regex.global_matches: fix a bug with empty/null regexes never returning vor 5 Jahren
  trizen 1f104741e0 - Simplified Regex.concat() and added Regex.union(). vor 5 Jahren
  Daniel Șuteu 086f0413b0 Merge pull request #97 from catb0t/regex-add vor 5 Jahren
  Cat Stevens 5740d218cd Regex: add the 'add' / 'concat' / '+' method vor 5 Jahren
  Daniel Șuteu 3025658954 Merge pull request #96 from catb0t/master vor 5 Jahren
  Cat Stevens 435a42ee3d Fix a warning in const_tests vor 5 Jahren
  trizen bb61d240ed Use default features from perl-5.016 everywhere (includes `__SUB__` and `fc`). vor 5 Jahren
  trizen 873db3cd96 - Added the `NamedParam` contructor to create NamedParam objects, given a name and a value. vor 5 Jahren
  Daniel Șuteu d8af138273 Merge pull request #89 from catb0t/force-namedparam vor 5 Jahren
  Cat Stevens 4ed066c759 Deprecate `Object.:`; add :, ¦ and ⫶ vor 5 Jahren
  trizen 9f663c0a1a - Fixed the generated code for a constantant `const` named `v`. (which confused the Perl parser into parsing it as a version number) (fixes https://github.com/trizen/sidef/issues/95) vor 5 Jahren
  trizen 5b08093849 - Added the Object methods `is_object` and `is_typename`. (https://github.com/trizen/sidef/issues/93) vor 5 Jahren
  trizen 070dd43a21 - Renamed `__DEPARSING_FILE__` to `__COMPILED__` and extended to also detect `-c`. vor 5 Jahren
  trizen 3fbdcba481 - Extended `Object.methods()` to accept default arguments and also to work correctly with class names. vor 5 Jahren
  Daniel Șuteu 41b61952ba Merge pull request #92 from catb0t/comcon vor 5 Jahren
  Cat Stevens c613d8a06b Parser: add __DEPARSING_FILE__ vor 5 Jahren
  trizen 9cdcaa42ae - Support return of multiple values from the try/catch construct. (fixes https://github.com/trizen/sidef/issues/90) vor 5 Jahren
  trizen 2947293a2b modified: Tests/regex_global_matching.sf -- two more tests vor 5 Jahren
  trizen 4cbac7b914 Minor fix in Regex `gmatch` when position is provided. vor 5 Jahren
  trizen 195f145675 - Added one more test in Tests/regex_pos.sf vor 5 Jahren
  trizen b85be33213 - Don't set pos = 0 when pos >= length(str). vor 5 Jahren
  Daniel Șuteu 8cfa6a9611 Merge pull request #88 from catb0t/gmatches vor 5 Jahren
  Cat Stevens 6d83e30cf2 - Fix an off-by-one error in processing `pos` for Match vor 5 Jahren
  trizen ffe6e9875b Code tidy. vor 5 Jahren