Age | Commit message (Expand) | Author | Files | Lines |
2021-07-25 | Fix PHP 8.1 warnings | Christian Schneider | 1 | -0/+5 |
2021-02-12 | Fix cols() ignoring some columns, was an exception in PHP 8 | Christian Schneider | 1 | -1/+1 |
2021-02-03 | Code cleanup: Replace call_user_func* with normal function call equivalent | Christian Schneider | 1 | -2/+2 |
2021-01-13 | Unified join to always use implode | Christian Schneider | 1 | -4/+4 |
2021-01-13 | Unified comment style | Christian Schneider | 1 | -1/+1 |
2020-08-21 | more verbose err msg | Urban Müller | 1 | -1/+1 |
2020-07-02 | dont return partial results | Urban Müller | 1 | -1/+2 |
2020-07-02 | Remove unnecessary NOPHPLINT | Christian Schneider | 1 | -1/+1 |
2020-07-02 | csv(): rename var, enable catching errs | Urban Müller | 1 | -4/+10 |
2019-09-09 | null values can exist and are valid - should not stop iteration of stats/bin/... | Urban Müller | 1 | -1/+1 |
2019-09-02 | Remove usage of reset()/each() for iterator | Christian Schneider | 1 | -6/+6 |
2019-05-10 | handle empty output in ->pipe() | Urban Müller | 1 | -1/+2 |
2019-04-10 | correctly handle "data" => [] | Urban Müller | 1 | -3/+3 |
2019-03-19 | Replace func_get_args/call_user_func with the more concise ...-notation | Christian Schneider | 1 | -4/+2 |
2019-03-18 | support cmd line args in ->pipe() | Urban Müller | 1 | -2/+7 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -2/+2 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -2/+2 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -2/+2 |
2017-09-29 | remove utf8 byte order mark at start of file for it_pipe::csv() so first key/... | Christian Helbling | 1 | -1/+1 |
2017-09-27 | allow 3-argument form of explode, it::match etc | Urban Müller | 1 | -2/+3 |
2017-06-06 | add filter(), cut(), askey() | Urban Müller | 1 | -8/+40 |
2017-05-22 | introduce fixcolnames in ::csv | Urban Müller | 1 | -5/+7 |
2016-10-19 | fix phan warnings | Urban Müller | 1 | -5/+7 |
2016-06-09 | better err msg | Urban Müller | 1 | -1/+1 |
2015-08-07 | correctly determine and restore locale in csv() | Urban Müller | 1 | -1/+2 |
2014-01-09 | allow column name override, add tests | Urban Müller | 1 | -6/+8 |
2013-03-18 | allow strings as input | Urban Müller | 1 | -1/+1 |
2013-02-04 | support ->replace() | Urban Müller | 1 | -1/+1 |
2012-12-10 | comment iso-8859 | Urban Müller | 1 | -1/+1 |
2012-08-20 | return zero element array on 404 | Urban Müller | 1 | -1/+1 |
2012-08-20 | no extra warnings on missing file | Urban Müller | 1 | -1/+1 |
2012-07-10 | allow nonmatching colcount in cols() | Urban Müller | 1 | -1/+10 |
2012-06-29 | stdout option, renamed save() to write() to reflect this | Urban Müller | 1 | -3/+3 |
2012-02-29 | handle schema with empty column names | Urban Müller | 1 | -0/+2 |
2012-02-01 | allow append, allow chaining | Urban Müller | 1 | -2/+6 |
2011-12-01 | docs for ->cols, configurable separtor | Urban Müller | 1 | -2/+7 |
2011-11-18 | dont trim trailing whitespace | Urban Müller | 1 | -1/+1 |
2011-11-10 | correctly handle empty output | Urban Müller | 1 | -1/+1 |
2011-09-08 | document __call | Urban Müller | 1 | -3/+3 |
2011-09-08 | pass line in last arg to some functions | Urban Müller | 1 | -2/+3 |
2011-08-31 | allow blanks before schema | Urban Müller | 1 | -1/+1 |
2011-06-27 | warning fix | Urban Müller | 1 | -1/+1 |
2011-04-08 | save function | Urban Müller | 1 | -46/+58 |
2011-04-03 | handle empty files | Urban Müller | 1 | -1/+1 |
2011-03-31 | return lines array | Urban Müller | 1 | -0/+8 |
2011-03-14 | handle ; as split char | Urban Müller | 1 | -1/+2 |
2011-03-03 | allow multiple or no (=stdin) fn | Urban Müller | 1 | -1/+4 |
2011-02-23 | handle comma separation | Urban Müller | 1 | -2/+3 |
2010-11-11 | early version of generic line processor | Urban Müller | 1 | -0/+172 |