1
0
Commit Graph

86 Commits

Author SHA256 Message Date
Stephan Kulow
dd9a5345ee Accepting request 208384 from devel:languages:perl
- updated to 1.02
   * Add example for reading only a single column
   * Don't store NULL in _ERROR_INPUT (RT#86217/Clone)
   * Prevent double-decode in csv-check
   * Add decode_utf8 attribute (default is true)

OBS-URL: https://build.opensuse.org/request/show/208384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=30
2013-11-26 18:33:12 +00:00
Stephan Kulow
6229207077 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=33
2013-11-25 07:44:51 +00:00
Stephan Kulow
75299d125a Accepting request 184807 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=28
2013-07-30 16:44:02 +00:00
Stephan Kulow
5997fb92cd - updated to 1.01
* Cache not re-read on getline_all (RT#86155)
    * Fix automatic UTF-8 in getline/parse for SV's with \0
    * Documents return value of bind_columns without arguments
    * Fix automatic UTF-8 in getline/parse
    * Clarify eol documentation
    * Move error_input to XS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=31
2013-07-27 12:27:57 +00:00
Stephan Kulow
5ab2d828ad Accepting request 177229 from devel:languages:perl
- updated to 0.97
     * Regain the speed from 0.91 (buffer back to 1k)
     * Minor cleanup in XS code
     * Add diag_verbose attribute
     * No need to require Test::Harness if unused (RT#82693)
     * parse ("") should return one empty field, not undef
     * Now that we know the record number, show it in auto_diag
     * Introduce allow_unquoted_escape as workaround for RT#81295
     * Update copyright to 2013
     * Introduce print_hr () for RT#76143
     * Dropped plans to support EBCDIC
     * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
     * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
     * Tested with perl compiled with clang (also to verify RT#81469)
     * Fix memory leak reported in RT#81539 (Fix by Tony Cook)
     * Skip Encode related tests on too old Encode
     * Force old(er) tar format (ustar) - assumes GNU tar on release box
     * Allow bind_columns () for print ()
     * Increase buffer size for print to 64k
     * Fix RT#80680 - Buffer break halfway UTF8 + tests
     * Prevent test-failures for long doubles on weird architectures
     * More utf-8 tests for te change of 0.90
     * Update test case now 5.005 is not supported anymore
     * Rip out the tell/seek introduced in 0.90
     * Drop 5.005 support (5.6.1 is now minimum)
     * Introduce record_number
     * Try harder to get the complete input parsed for the current record
       when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
     * Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
       AIX, and Windows

OBS-URL: https://build.opensuse.org/request/show/177229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=27
2013-06-05 11:07:32 +00:00
Stephan Kulow
16ade8ab47 - updated to 0.97
* Regain the speed from 0.91 (buffer back to 1k)
     * Minor cleanup in XS code
     * Add diag_verbose attribute
     * No need to require Test::Harness if unused (RT#82693)
     * parse ("") should return one empty field, not undef
     * Now that we know the record number, show it in auto_diag
     * Introduce allow_unquoted_escape as workaround for RT#81295
     * Update copyright to 2013
     * Introduce print_hr () for RT#76143
     * Dropped plans to support EBCDIC
     * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
     * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
     * Tested with perl compiled with clang (also to verify RT#81469)
     * Fix memory leak reported in RT#81539 (Fix by Tony Cook)
     * Skip Encode related tests on too old Encode
     * Force old(er) tar format (ustar) - assumes GNU tar on release box
     * Allow bind_columns () for print ()
     * Increase buffer size for print to 64k
     * Fix RT#80680 - Buffer break halfway UTF8 + tests
     * Prevent test-failures for long doubles on weird architectures
     * More utf-8 tests for te change of 0.90
     * Update test case now 5.005 is not supported anymore
     * Rip out the tell/seek introduced in 0.90
     * Drop 5.005 support (5.6.1 is now minimum)
     * Introduce record_number
     * Try harder to get the complete input parsed for the current record
       when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
     * Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
       AIX, and Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=29
2013-06-03 10:53:54 +00:00
Stephan Kulow
a4aea8979a Accepting request 108810 from devel:languages:perl
- updated to 0.87
    * Extra check on utf8 output (RT#74330)                                                                                                                                                               
    * examples/csvdiff now recognizes numerically sorted CSV files                                                                                                                                        
    * Document example comparing getline_hr vs bind_columns + getline

OBS-URL: https://build.opensuse.org/request/show/108810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=24
2012-03-12 19:15:54 +00:00
Stephan Kulow
6ec76c40a5 - updated to 0.87
* Extra check on utf8 output (RT#74330)                                                                                                                                                               
    * examples/csvdiff now recognizes numerically sorted CSV files                                                                                                                                        
    * Document example comparing getline_hr vs bind_columns + getline

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=27
2012-03-11 19:24:48 +00:00
Stephan Kulow
97e444d86c Accepting request 105629 from devel:languages:perl
- updated to 0.86
    * Introduce quote_binary attribute
    * Update copyright to 2012
    * Versions
    * Fixed a utf8::decode on undef (found by perl-5.15.7)
    * Fixed localized $/ interference with other handles (RT#74216)

OBS-URL: https://build.opensuse.org/request/show/105629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=23
2012-02-17 11:08:17 +00:00
Stephan Kulow
d60f5005f6 - updated to 0.86
* Introduce quote_binary attribute
    * Update copyright to 2012
    * Versions
    * Fixed a utf8::decode on undef (found by perl-5.15.7)
    * Fixed localized $/ interference with other handles (RT#74216)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=25
2012-02-17 08:49:51 +00:00
Stephan Kulow
b0ed059b0d Accepting request 94671 from devel:languages:perl
- update to 0.85
   * NAME / DISTNAME in Makefile.PL
   * More cross-checks for META data
   * Fix spurious auto_diag warning (RT#69673)
   * Tested with 50 versions of perl, including 1.15.1

OBS-URL: https://build.opensuse.org/request/show/94671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=22
2011-12-07 13:39:12 +00:00
Stephan Kulow
23d1d4e8ff OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=22 2011-12-01 10:40:44 +00:00
Stephan Kulow
ff756b8e55 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=21 2011-12-01 10:40:33 +00:00
Stephan Kulow
0486697438 - update to 0.85
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=20
2011-12-01 10:39:45 +00:00
Stephan Kulow
e5d5dda9b7 * NAME / DISTNAME in Makefile.PL
* More cross-checks for META data
   * Fix spurious auto_diag warning (RT#69673)
   * Tested with 50 versions of perl, including 1.15.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=19
2011-11-29 20:50:00 +00:00
Stephan Kulow
be69ddc6b9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=18 2011-11-11 11:23:29 +00:00
Sascha Peilicke
ea2dfe2cfe Autobuild autoformatter for 72103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=20
2011-05-31 12:26:34 +00:00
Sascha Peilicke
75d8eae079 Accepting request 72103 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/72103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=19
2011-05-31 12:26:24 +00:00
Stephan Kulow
f3713e4cd3 - updated to 0.82
* Doc fix (RT#66905, Peter Newman)
    * Documentation overhaul (pod links)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=16
2011-05-16 08:55:15 +00:00
Sascha Peilicke
7fa699e490 Autobuild autoformatter for 65655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=18
2011-03-31 13:23:18 +00:00
OBS User buildservice-autocommit
5906ba25a2 Updating link to change in openSUSE:Factory/perl-Text-CSV_XS revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=087cf9c6b7c142147b31bba7581e7683
2011-03-31 13:23:18 +00:00
Sascha Peilicke
fd407bd17b Accepting request 65655 from devel:languages:perl
Accepted submit request 65655 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=17
2011-03-31 13:23:08 +00:00
Stephan Kulow
76d2dfa66d - update to 0.81
* Add is_missing ()
   * Doc overhaul
   * Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser)
   * Fix SetDiag () leak (RT#66453, Sven Sch366ling)
   * Implement getline_all () and getaline_hr_all ()
   * Fixed another parsing for eol = \r (RT#61525)
   * Use correct type for STRLEN (HP-UX/PA-RISC/32)
   * More code coverage
   * EOF unreliable when line-end missing at eof
   * Internals now use warn () instead of (void)fprintf (stderr, ...)
     Now the test in t/80_diag also passes on Windows
   * Better parsing for eol = \r and set as such (RT#61525)
   * Workaround for AIX cpp bug (RT#62388, Jan Dubois)
   * Spelling fixes
   * Real eol support for parsing streams (beyond \n, \r and \r\n)
   * Clarify doc for always_quote to not quote undef fields
   * Clarify UTF8 process for print () and combine ()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=14
2011-03-31 08:52:47 +00:00
Lars Vogdt
494e0c4d5c Autobuild autoformatter for 54671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=15
2010-12-05 21:22:59 +00:00
Lars Vogdt
99fff3ae8b Accepting request 54671 from devel:languages:perl
Accepted submit request 54671 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=14
2010-12-05 21:22:54 +00:00
Stephan Kulow
10f97a9179 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=12
2010-12-03 14:53:40 +00:00
Stephan Kulow
d65c909891 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=11
2010-12-01 13:56:16 +00:00
OBS User autobuild
c85ee63560 Accepting request 43329 from devel:languages:perl
Copy from devel:languages:perl/perl-Text-CSV_XS based on submit request 43329 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/43329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=13
2010-07-19 18:59:22 +00:00
OBS User autobuild
fdec767b03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=10 2010-03-18 15:20:29 +00:00
OBS User autobuild
6a5196206f Accepting request 28341 from devel:languages:perl
Copy from devel:languages:perl/perl-Text-CSV_XS based on submit request 28341 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=9
2010-01-09 10:51:41 +00:00
OBS User unknown
c81ff7141c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=7 2009-08-10 21:00:06 +00:00
OBS User unknown
828a712d97 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=6 2009-06-18 15:13:44 +00:00
OBS User unknown
cb97c3b8a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=4 2008-04-14 20:17:21 +00:00
OBS User unknown
027ef924d4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=3 2008-04-06 05:57:04 +00:00
OBS User unknown
41eb2657d5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=2 2007-07-16 16:18:04 +00:00
OBS User unknown
4b7deb6b8e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=1 2007-01-15 23:31:57 +00:00