b0be1a059b
* Fixed even subtler bug in leftop and rightop caused by removal of $& - clean Requires, Provides and Obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=8
156 lines
5.4 KiB
Plaintext
156 lines
5.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 25 13:40:39 CET 2010 - anicka@suse.cz
|
|
|
|
- update to 1.963
|
|
* Fixed even subtler bug in leftop and rightop caused by removal
|
|
of $&
|
|
- clean Requires, Provides and Obsoletes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 16:35:16 CET 2010 - anicka@suse.cz
|
|
|
|
- update to 1.962.2
|
|
* Added: <warn> <hint> <trace_build> <trace_parse> <nocheck>
|
|
* Fixed assymmetrical push/pop on @lines tracker
|
|
* Bumped sub-version number hugely to fix CPAN indexing
|
|
* Remove all occurrences of $& so we don't affect other regular
|
|
expressions.
|
|
* Perl 5.6.0 required for use of $+[0] and $-[0] for replacement
|
|
of $&.
|
|
* Fixed subtle bug in leftop and rightop caused by removal of $&
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
- enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 10 19:58:51 UTC 2009 - chris@computersalat.de
|
|
|
|
- cleanup spec
|
|
* sort tags
|
|
* fix build-/deps
|
|
* simply install/file section
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 6 15:19:46 CEST 2008 - anicka@suse.cz
|
|
|
|
- update to 1.96.0
|
|
* Updated README to reflect new status of Text::Balanced
|
|
(i.e. required but not included in the distribution)
|
|
* Fixed demo_logic
|
|
* Fixed autopropagation of arguments into repetitions
|
|
* Limited context info to 500 chars in traces
|
|
* Added option to select base namespace for autotreeing
|
|
* Improved formatting compatibility with 5.9.0
|
|
* Added support for $::RD_HINT = 0 to turn off hinting entirely
|
|
* Fixed bug in line handling
|
|
* Returned $return variable to documented behaviour
|
|
(i.e. setting return doesn't guarantee the match, only what is
|
|
returned if the match succeeds)
|
|
* Fixed nit in debugging of conditional regexes
|
|
* Moved expectation creation to compile-time
|
|
* Removed redundant inheritances (i.e. @ISA elements)
|
|
in internal namespace
|
|
* Added warning against C<return> in actions to "GOTCHAS"
|
|
documentation
|
|
* Added demo_another_Cgrammar.pl
|
|
* Documented parens
|
|
* Removed incorrect meta-grammar from docs
|
|
* Propagated correct Changes file
|
|
* Added: <warn> <hint> <trace_build> <trace_parse> <nocheck>
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 14 16:42:34 CET 2007 - anicka@suse.cz
|
|
|
|
- update to 1.94
|
|
* BACKWARDS INCOMPATIBLE CHANGE: The key of an %item entry for
|
|
a repeated subrule now includes the repetition specifier.
|
|
* Changed argument passing behaviour. If no arguments specified
|
|
for subrule, it is now passed current rule's @arg instead. To
|
|
get old (no arguments) behaviour use: subrule[]
|
|
* Fixed bug in <reject> handling: failed to reject if $return
|
|
had been set.
|
|
* Added two useful demos of restructuring nested data
|
|
* Localized filehandles, like a good citizen should
|
|
* Misc doc bug fixes
|
|
* Fixed Text::Balance dependency in Makefile.PL
|
|
* Fixed bug that @itempos wasn't set up if referred to only in
|
|
an autoaction.
|
|
* Fixed truncation bug in tracing contexts
|
|
* Dramatically improved speed of line counting
|
|
* Made item(s) and item(s /,/) behave consistently wrt %item
|
|
* Added prototype <autorule:...> handling
|
|
* Added outer block markers for <perl_codeblock>
|
|
* Fixed multi*grammar precompilation (thanks Dominique)
|
|
* Added nesting level information to traces
|
|
* Fixed resetting of $text after an <uncommit> rule.
|
|
* Removed Text::Balanced from distribution (now a prereq only)
|
|
* Fixed fatal error with $tracelevel (thanks everyone)
|
|
* Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
|
|
- enable tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:39:54 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 10 14:51:56 CEST 2004 - ro@suse.de
|
|
|
|
- fix warning/error when used from yast2 (#39963)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 11 12:26:23 CET 2004 - adrian@suse.de
|
|
|
|
- build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 22 15:34:57 CEST 2003 - mjancar@suse.cz
|
|
|
|
- require the perl version we build with
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 28 12:04:13 CEST 2003 - ro@suse.de
|
|
|
|
- install to vendor location
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 1 12:58:30 CEST 2003 - ro@suse.de
|
|
|
|
- use perl_process_packlist macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 13 01:40:58 CEST 2003 - ro@suse.de
|
|
|
|
- use defattr
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 8 18:50:16 CEST 2002 - mls@suse.de
|
|
|
|
- use sitearch macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 14:27:26 CEST 2002 - mls@suse.de
|
|
|
|
- update to version 1.80
|
|
- don't pack Text::Balanced, it's included in perl-5.8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 25 14:51:10 CET 2002 - ro@suse.de
|
|
|
|
- use defattr (-,root,root)
|
|
- remove x-bits from files before build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 12:27:56 CET 2000 - ro@suse.de
|
|
|
|
- renamed package perl_prd to perl-Parse-RecDescent
|
|
- added build root
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 6 13:19:49 CEST 2000 - ro@suse.de
|
|
|
|
- created package version 1.78
|
|
|