* Killed nasty hash_function() bug
+ Killed nasty postings entry bug when posting was > 0xfffffff
* Bumped hash table size up
* Newer automake & autoconf files
- Changes for version 1.93a:
* Fixed a bug which caused sgrep to dump core when using SGML
scanner at least on Solaris platform (negative index to memory
mapped file)
* Fixed a bug which caused sgrep to ignore '-n' command line
option always.
- Drop no longer needed sgrep-no-build-date.patch
- Use alternative source url as official one is broken
OBS-URL: https://build.opensuse.org/package/show/Publishing/sgrep?expand=0&rev=7
14 lines
470 B
Diff
14 lines
470 B
Diff
Index: sgrep-1.94a/sample.sgreprc
|
|
===================================================================
|
|
--- sgrep-1.94a.orig/sample.sgreprc
|
|
+++ sgrep-1.94a/sample.sgreprc
|
|
@@ -33,7 +33,7 @@ define(UPPER,("A"or"B"or"C"or"D"or"E"or"
|
|
# Lines
|
|
define(LEND,( "\n" or end ))
|
|
define(LSTART,( "\n" or start))
|
|
-define(LINES,( (start .. LEND) or (("\n") _. (LEND)) ))
|
|
+define(LINE,( (start .. LEND) or (("\n") _. (LEND)) ))
|
|
# Empty lines
|
|
define(ELINE,( LINE in concat(BLANK)))
|
|
|