Age | Commit message (Collapse) | Author | Files | Lines |
|
in PR 31895.
Patch changes unknown.
Mainstream changes between 2.0 and 2.4.2:
Version 2.4.2
- Added more check in configure to default the grep-${version}/src/regex.c
instead of the one in GNU Lib C.
Version 2.4.1
- If the final byte of an input file is not a newline, grep now silently
supplies one.
- The new option --binary-files=TYPE makes grep assume that a binary input
file is of type TYPE.
--binary-files='binary' (the default) outputs a 1-line summary of matches.
--binary-files='without-match' assumes binary files do not match.
--binary-files='text' treats binary files as text
(equivalent to the -a or --text option).
- New option -I; equivalent to --binary-files='without-match'.
Version 2.4:
- egrep is now equivalent to `grep -E' as required by POSIX,
removing a longstanding source of confusion and incompatibility.
`grep' is now more forgiving about stray `{'s, for backward
compatibility with traditional egrep.
- The lower bound of an interval is not optional.
You must use an explicit zero, e.g. `x{0,10}' instead of `x{,10}'.
(The old documentation incorrectly claimed that it was optional.)
- The --revert-match option has been renamed to --invert-match.
- The --fixed-regexp option has been renamed to --fixed-string.
- New option -H or --with-filename.
- New option --mmap. By default, GNU grep now uses read instead of mmap.
This is faster on some hosts, and is safer on all.
- The new option -z or --null-data causes `grep' to treat a zero byte
(the ASCII NUL character) as a line terminator in input data, and
to treat newlines as ordinary data.
- The new option -Z or --null causes `grep' to output a zero byte
instead of the normal separator after a file name.
- These two options can be used with commands like `find -print0',
`perl -0', `sort -z', and `xargs -0' to process arbitrary file names,
even those that contain newlines.
- The environment variable GREP_OPTIONS specifies default options;
e.g. GREP_OPTIONS='--directories=skip' reestablishes grep 2.1's
behavior of silently skipping directories.
- You can specify a matcher multiple times without error, e.g.
`grep -E -E' or `fgrep -F'. It is still an error to specify
conflicting matchers.
- -u and -U are now allowed on non-DOS hosts, and have no effect.
- Modifications of the tests scripts to go around the "Broken Pipe"
errors from bash. See Bash FAQ.
- New option -r or --recursive or --directories=recurse.
(This option was also in grep 2.3, but wasn't announced here.)
- --without-included-regex disable, was causing bogus reports .i.e
doing more harm then good.
Version 2.3:
- When searching a binary file FOO, grep now just reports
`Binary file FOO matches' instead of outputting binary data.
This is typically more useful than the old behavior,
and it is also more consistent with other utilities like `diff'.
A file is considered to be binary if it contains a NUL (i.e. zero) byte.
The new -a or --text option causes `grep' to assume that all
input is text. (This option has the same meaning as with `diff'.)
Use it if you want binary data in your output.
- `grep' now searches directories just like ordinary files; it no longer
silently skips directories. This is the traditional behavior of
Unix text utilities (in particular, of traditional `grep').
Hence `grep PATTERN DIRECTORY' should report
`grep: DIRECTORY: Is a directory' on hosts where the operating system
does not permit programs to read directories directly, and
`grep: DIRECTORY: Binary file matches' (or nothing) otherwise.
The new -d ACTION or --directories=ACTION option affects directory handling.
`-d skip' causes `grep' to silently skip directories, as in grep 2.1;
`-d read' (the default) causes `grep' to read directories if possible,
as in earlier versions of grep.
- The MS-DOS and Microsoft Windows ports now behave identically to the
GNU and Unix ports with respect to binary files and directories.
Version 2.2:
Bug fix release.
- Status error number fix.
- Skipping directories removed.
- Many typos fix.
- -f /dev/null fix(not to consider as an empty pattern).
- Checks for wctype/wchar.
- -E was using the wrong matcher fix.
- bug in regex char class fix
- Fixes for DJGPP
Version 2.1:
This is a bug fix release(see Changelog) i.e. no new features.
- More compliance to GNU standard.
- Long options.
- Internationalisation.
- Use automake/autoconf.
- Directory hierarchy change.
- Sigvec with -e on Linux corrected.
- Sigvec with -f on Linux corrected.
- Sigvec with the mmap() corrected.
- Bug in kwset corrected.
- -q, -L and -l stop on first match.
- New and improve regex.[ch] from Ulrich Drepper.
- New and improve dfa.[ch] from Arnold Robbins.
- Prototypes for over zealous C compiler.
- Not scanning a file, if it's a directory
(cause problems on Sun).
- Ported to MS-DOS/MS-Windows with DJGPP tools.
See Changelog for the full story and proper credits.
|
|
in PR 31894. Patch changes unknown.
Bump PKGREVISION.
|
|
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
Ok with rillig.
|
|
|
|
|
|
|
|
changing contents w/o changing name. Adjust distinfo, which
previously referred to the 20060125 version. PKGREVISION++
|
|
0.6.1: March 5, 2006
- parse fractional parts of numbers properly [Dom Lachowicz]
- win32 port [Tor Lillqvist]
- gtk-doc compliance [Sven Herzberg]
- test infrastructure enhancements [Peter Moulder]
- nasty memory management bug fix [ArjanV, Daniel Veillard]
|
|
GTK-Doc 1.5 (Mar 7 2006)
===========
o Output the new version of devhelp2 information, but still generate the old
devhelp files so older versions of DevHelp still work OK.
o Fixed the initial creation of the *-sections.txt file so the object
hierarchy, signals and properties all work automatically.
o Show information about signal flags (run first/last).
o Support a --source-suffixes argument specifying which source files to scan.
o Support other root object types besides GObject and GInterface.
o Use a fixed navigation bar for the generated documentation.
o New documentation from Stefan Kost.
o Handle more variations of C syntax.
|
|
infrastructure.
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
|
|
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
Linux distros). Still preferred to be pkgsrc by default in pkgsrc/mk, but
allows PREFER.expat=native to work on such systems now.
|
|
|
|
Overview of Changes in Namazu 2.0.15 - Jan. 29, 2006
* The mistake of the document concerning ISO-8859-* is corrected.
* RedHat software namazu.spec was taken in.
The unnecessary patch was deleted.
* Include File::MMagic 1.25.
* Support MeCab.
* Add -b and --use-mecab options for mknmz.
* Add --norc option for mknmz and namazu.
* Add --decode-base64 option for mknmz.
* Add new filters (Gnumeric, Koffice, Mainman/Pipermail, Zip, Visio).
* Add new directives for mknmzrc (MECAB, DENY_DDN).
To skip when filename is DDN.
* Add sorting function by date of field.
* Added new files (nmzcat, nmzegrep).
* Adapt new filter programs (wvWare 1.0.3, xlhtml 0.5.1, xpdf 3.01).
* For Windows of filter (msword.pl, excel.pl, powerpoint.pl,
postscript.pl, etc...).
* Ole control filter renewal.
* ';' can have been used for the delimiter of QUERY_STRING.
* Add the Perl version test program (pltests).
* Fix some bugs.
|
|
|
|
|
|
usually don't have binary programs in /usr/bin. While here, fixed all
pkglint warnings.
|
|
Intended to be used by packages that look for gtk-doc using
pkg-config.
|
|
Depend on tex, and build and install html documentation.
Jan 31, 2006
\fmtname, \fmtversion
Jan 30, 2006
\smartdoublequotes: " preceding digit should be ``
Jan 29, 2006
\smartdoublequotes, \emailliketext
Jan 25, 2006
In {schemedisplay}, allow $$ (i.e., the scheme-math-escape characters used
to enclose empty space) to typeset as nothing, just like SLaTeX does.
Shriram Krishnamurthi uses this to insert empty space to split symbols in
SLaTeX, and wanted tex2page to honor it. (This is a possible kludge,
because $...$ enclosing nothing, i.e., $$, is treated as a math-display
opener by TeX, and hence fails, possibly correctly so. But it seems OK to
make an exception for SLaTeX displays, because there is no tradition of
using doubled math-escape characters there to indicate math displays.)
Have copyright year-range (displayed by --version argument) use closing
year from *tex2page-version* (which my text editor automatically sets on
writing the file), instead of it requiring hardwiring by lazy me every time
I change tex2page for the first time in a calendar year.
Oct 23, 2005
do-includegraphics-web bugfix. Was ignoring \includegraphics calls that
didn't have optional arg.
Oct 22, 2005
Set/store dimens as scaled points (1pt = 65536sp), not necessarily integral
as in TeX, but certainly not as integral pixels!
\number\dimenctlseq prints as number of scaled points (cf. \the\dimenctlseq
which prints as number of points followed by "pt").
Recognize \hsize as a predefined dimen (with value 6.5in).
\epsf[xy]size are dimens.
\dimenctlseq=<dimen> should eat any following space.
|
|
|
|
|
|
XML::Atom::Stream is a consumer of AtomStream.
|
|
|
|
XML::Handler::Trees provides three PerlSAX handler classes for
building tree structures. XML::Handler::Tree builds the same type
of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree
builds the same type of tree as the "EasyTree" style added to
XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder
builds the same type of tree as Sean M. Burke's XML::TreeBuilder.
These classes make it possible to construct these tree structures
from sources other than XML::Parser.
|
|
Differences from previous version:
0.17 2006.02.22
* Fixed problem with XML::XPath
|
|
|
|
python files. Bump PKGREVISION.
|
|
|
|
framework. Bump PKGREVISION.
|
|
|
|
|
|
Pkgsrc changes:
- New prerequisite package p5-Class-ErrorHandler.
- Removed dependency on p5-Cryp-DES. Crypt::DES is not used anywhere in the
package.
Changes since version 0.06:
===========================
0.07 2005.05.25
- Allow passing in Name and Macro parameters on encode and decode,
rather than just at initialization.
- Use Class::ErrorHandler instead of our own built-in error-handling
class.
- Switched to using Module::Install in Makefile.PL.
|
|
|
|
|
|
|
|
WRT Unicode. Found by jnemeth@. Bump PKGREVISION to 3.
|
|
changes: bugfixes
|
|
|
|
break, not in the global scope. This means that the automatic detection
of boost::regex isn't caried into global scope, so fix this. No idea
how this could have ever worked.
|
|
|
|
|
|
|
|
the previous version of this package. Over the last several years,
there have been too many changes and fixes to list here.
|
|
Changes since 3.63
4.12 Thu Jan 5 21:07:50 EST 2006
[INTERNALS]
- Fix test suite to pass when CGI::Simple is not installed
(Lee Carmichael, Davide Dente)
4.11 Tue Jan 3 18:38:23 EST 2006
[ENHANCEMENTS]
- A new constraint for minimum image dimensions was added in
Data::FormValidator::Constraints::Upload (Lee Carmichael)
[INTERNALS]
- refactoring of Upload.pm and t/upload.t (Lee Carmichael)
4.10 Thu Dec 22 19:55:34 EST 2005
[ENHANCEMENTS]
- The msgs key can now take a callback, allow users to override how error
message generation is done. Some alternative message generate routines
will hopefully be published soon. (Cees Hek, Chris Laco and others)
- New profile key: untaint_regexp_map (Michael Peters)
[BUG FIXES]
- bug was fixed for dependent fields that had false values, but were valid
(Emanuele Zeppieri)
- Failed constraints for multiple fields with the same name no longer return duplicate
error messages (Will Hawes)
- value of any_errors was wrongly added to msgs even when there are no errors
(RT#14942, report and test script by Michael Graham)
[INTERNALS]
- bump Date::Calc requirement (RT#15715)
4.02 Wed Aug 31 21:22:58 EST 2005
[ENHANCEMENTS]
- the use of custom signal handers for "die" has now been localized to
avoid interfering with other applications. (Josh Miller).
- initial support for qr in constraint_method profile key
[BUG FIXES]
- Updated ::Constraints example docs to be accurate: recommend :closures, not :all
[INTERNALS]
- provide a more accurate debugging message for constraint_method_regexp_map
4.01 Sat Aug 20 13:16:47 EST 2005
[ENHANCEMENTS]
- get_input_data() now supports the parameters "as_hashref => 1" to
return the input data in a uniform way.
[INTERNALS]
- Constraints may refer to fields that are 'unknown' to
Data::FormValidator. These unknown values will remain unfiltered
as before. (Michael Peters).
- _get_data() was renamed to _get_input_as_hash(). You shouldn't care.
4.00 Sun Aug 14 10:57:25 EST 2005
*** NOTE ***
This a major update with a significant code changes. While the test suite
indicates we have 100% compatibility with 3.x, you are encouraged to test
this release with your own applications before deploying it in a production
environment.
[ENHANCEMENTS]
- The constraints interface has been overhauled to be more intuitive to use
with parameterized constraints. This included added new two new profile
keys: 'constraint_methods' and 'constraint_method_regexp_map'. All of
the old syntax is still supported, but de-emphasized in the documentation.
See RELEASE_NOTES for details.
- A new method has been added to help building custom constraints:
"set_current_constraint_name('foo')" will set the name of a constraint
from within itself. An alias named 'name_this()' is provided for brevity.
See the section on "Writing your own constraints" in DFV::Constraints
for details.
- success() method added to Results object. This is an easy way to check
that there were no missing or invalid fields. (Michael Peters).
- 'separator' was misspelled consistently in the the docs, code and tests.
The proper spelling as well as the legacy typo spelling are now
supported, although the typo'ed version is no longer documented, except
for here. :) Thanks to Terrence Brannon for spotting this.
- The 'msgs' hash in the profile is now validated to make sure it includes only
valid keys. This should help to spot some errors faster.
- ::Constraints::Upload now supports CGI::Simple, thanks to David Emery.
- Documentation for required_regexp has been improved. (William McKee)
- support for coderefs as default values (Marcello)
- Improved field_filters documentation, thanks to Andrew Brosnan.
[BUG FIXES]
- RT#12220: Canadian Province RE were updated. (Steve Simms).
- The preferred MIME type was not being returned by the 'file_format'
constraint for file uploads. This would have only affected cases where
the mime type sent by the browser differed from the one detected by DFV.
Thanks to Randal Schwartz for spotting this. (RT#12744).
- Profile re-use when constraint_regexp_map is used is now fixed
(Thanks to Cees Hek).
- The date_and_time constraint now understands this format: MMDDYYYY.
(RT#12111, thanks to JMAY)
- This one is worth a brief explanation. When this old syntax was used:
my ( $valid, $missing, $invalid, $unknown ) = Data::FormValidator->validate({}, {} );
$invalid would be returned as an empty arrayref if there were no
invalids. This return value was undocumented, and was later changed to
be 'undef' sometime between 3.50 and 3.70. However, I found that some
applications, including Cascade, depended on the undocumented return
value (which they shouldn't have).
I have now reverted the behavior to returning an empty arrayref in this
case, added a test for it, and updated the docs to be explicit about the
return value. This will save some people unexpected breakages when
upgrading DFV from a very old version with very old applications.
Those who use the $results object are unaffected.
[INTERALS]
- Add many failing TODO tests for built-in filters. See t/filters_builtin.t
- A new test was added to check that no warnings are emitted when an untainted
constraint returns undef (Michael Peters)
|
|
fix of REPLACE_RUBY, the impact was big or small.
|
|
|
|
Changes since 0.39:
version: 0.57
date: Wed Feb 1 23:06:25 PST 2006
changes:
- Add obligatory '1;' to end of each module.
---
version: 0.56
date: Mon Jan 30 10:26:33 PST 2006
change:
- Add Module::Install::TestBase support
---
version: 0.55
date: Sun Jan 29 19:03:35 PST 2006
change:
- Load YAML::Node because Module::Build expects it to be loaded.
We can undo this when Module::Build starts loading it for itself.
---
version: 0.54
date: Sun Jan 29 17:28:46 PST 2006
change:
- Remove dependency on Class::Spiffy (and/or Spiffy).
---
version: 0.53
date: Thu Jan 19 06:03:17 PST 2006
change:
- Depend on Class::Spiffy instead of Spiffy. No source filtering.
---
version: 0.52
date: Wed Jan 18 14:25:24 PST 2006
change:
- Error in Spiffy-0.26 causing problems. Require 0.27
---
version: 0.51
date: Sat Jan 14 17:09:09 GMT 2006
change:
- Tests pass on win32 and cygwin
- Don't gpg sign the distribution tarball
---
version: 0.50
date: Sun Dec 25 11:09:18 PST 2005
changes:
- Major refactoring of YAML.pm
- Completely OO with same old functional UI
- Support the $YAML::Stringify option which most be on for objects to get
stringified. Otherwise dump the object.
- Can dump overloaded objects now.
- Completely refactor test suite using Test::Base
- Create Test::YAML
- Make test framework compatible with YAML::Syck - Test-Base-0.45
- Reviewed all rt bugs. fixed many
- Reviewed all emailed bugs. Fixed many.
- Helped audrey complete YAML::Syck and worked on interoperability issues
- Test well known yaml docs like svk and META.yml
- Eliminate unsafe string evals
- Can use with autouse. Spiffy-0.25
- Support YAML::Marshall to help classes that want to do their own marshalling
- Make objects tags configurable
- -M option for ysh to test other implementations like YAML::Syck
|