summaryrefslogtreecommitdiff
path: root/it_pipe.class
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-2/+2
2018-06-21use safer it:: variants of file funcsUrban Müller1-2/+2
2017-09-29remove utf8 byte order mark at start of file for it_pipe::csv() so first key/...Christian Helbling1-1/+1
2017-09-27allow 3-argument form of explode, it::match etcUrban Müller1-2/+3
2017-06-06add filter(), cut(), askey()Urban Müller1-8/+40
2017-05-22introduce fixcolnames in ::csvUrban Müller1-5/+7
2016-10-19fix phan warningsUrban Müller1-5/+7
2016-06-09better err msgUrban Müller1-1/+1
2015-08-07correctly determine and restore locale in csv()Urban Müller1-1/+2
2014-01-09allow column name override, add testsUrban Müller1-6/+8
2013-03-18allow strings as inputUrban Müller1-1/+1
2013-02-04support ->replace()Urban Müller1-1/+1
2012-12-10comment iso-8859Urban Müller1-1/+1
2012-08-20return zero element array on 404Urban Müller1-1/+1
2012-08-20no extra warnings on missing fileUrban Müller1-1/+1
2012-07-10allow nonmatching colcount in cols()Urban Müller1-1/+10
2012-06-29stdout option, renamed save() to write() to reflect thisUrban Müller1-3/+3
2012-02-29handle schema with empty column namesUrban Müller1-0/+2
2012-02-01allow append, allow chainingUrban Müller1-2/+6
2011-12-01docs for ->cols, configurable separtorUrban Müller1-2/+7
2011-11-18dont trim trailing whitespaceUrban Müller1-1/+1
2011-11-10correctly handle empty outputUrban Müller1-1/+1
2011-09-08document __callUrban Müller1-3/+3
2011-09-08pass line in last arg to some functionsUrban Müller1-2/+3
2011-08-31allow blanks before schemaUrban Müller1-1/+1
2011-06-27warning fixUrban Müller1-1/+1
2011-04-08save functionUrban Müller1-46/+58
2011-04-03handle empty filesUrban Müller1-1/+1
2011-03-31return lines arrayUrban Müller1-0/+8
2011-03-14handle ; as split charUrban Müller1-1/+2
2011-03-03allow multiple or no (=stdin) fnUrban Müller1-1/+4
2011-02-23handle comma separationUrban Müller1-2/+3
2010-11-11early version of generic line processorUrban Müller1-0/+172