5
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2.5.5 init
karpet
as karman
More... over 17 years ago
2.4.4 release
karpet
as karman
More... over 17 years ago
Conlon caught typo
karpet
as karman
More... over 17 years ago
add Makefile.mingw and drop META.yml from MANIFEST -- this is what perl uses for "make dist"
karpet
as karman
More... over 17 years ago
added note about quoteString()
karpet
as karman
More... over 17 years ago
ignore quoteString() patch for Win32 systems -- thanks, Dave, for testing
karpet
as karman
More... over 17 years ago
remove unused function from nearphrase patch and extraneous \r from extprog.c
karpet
as karman
More... over 17 years ago
Workaround windows defining _sleep but not sleep. Hackish fix but a fix nonetheless.
webaugur
as augur
More... over 17 years ago
Fixed some slashes trying to get it to actually delete the Start Menu program folder. Still doesn't delete the blasted folder.
webaugur
as augur
More... over 17 years ago
quote patch from [email protected]
karpet
as karman
More... over 17 years ago
Update CHANGES to make the doc builder happy. More... over 17 years ago
Updated Windows NSIS installer in prep for Swish-e 2.4.4 release. Lots of weird bugs in NSIS 2.0.6. "File /r" results in mov to null address at run time. NSIS is getting confused sometimes between \ and /. Removed html documentation. Replaced with a link to swish-e.org/docs/
webaugur
as augur
More... over 17 years ago
Dave noticed that ?foo was being silently ignored rather than throwing an error. So I added a new error code, and updated the docs.
karpet
as karman
More... almost 18 years ago
document the near keyword and the ? wildcard
karpet
as karman
More... almost 18 years ago
remove windows patch that inadvertantly went in with the proximity feature
karpet
as karman
More... almost 18 years ago
added proximity patches and ? wildcard feature from http://swish-e.org/archive/2006-05/10543.html
karpet
as karman
More... almost 18 years ago
updated URLs
karpet
as karman
More... almost 18 years ago
actually, you want both regexps
karpet
as karman
More... almost 18 years ago
Patch to fixperl.pl from Peter Karman (thanks!)
webaugur
as augur
More... almost 18 years ago
fix problem with using SWISH::API as a CPAN dependency via MakeMaker
karpet
as karman
More... almost 18 years ago
rename example files to match actual file names
karpet
as karman
More... almost 18 years ago
MSVC inline variable fix fix. Err. I think this is better. MSVC's only requirement is that the variable declarations occur immediately following an opening bracket.
webaugur
as augur
More... almost 18 years ago
Project and Workspace additions to implement a DLL for libswish-e C API as reque sted by Daniel Glazman for use by Mozilla Firefox and Nvu. This is an autogenerated list, mostly. I simply took the "missing symbol" errors from MSVC debugger and fed them through a shell script that stripped the info and assigned sequential numbers. So, it only includes the functions that swish-e.exe uses itself and may be missing others. All of the documented libswish-e API functions are present however.
webaugur
as augur
More... almost 18 years ago
Project and Workspace additions to implement a DLL for libswish-e C API as requested by Daniel Glazman for use by Mozilla Firefox and Nvu.
webaugur
as augur
More... almost 18 years ago
Microsoft Optimizing C/C++ compiler doesn't allow inline declarations.
webaugur
as augur
More... almost 18 years ago
Microsoft Optimizing C/C++ compiler 6 doesn't allow inline declarations in this way. Yay. Hopefully this doesn't break any other compilers...
webaugur
as augur
More... almost 18 years ago
Bugfix for Cygwin: Cygwin emulates Linux but defines _WIN32 for some reason.
webaugur
as augur
More... almost 18 years ago
use peknet version of patched xpdf
karpet
as karman
More... over 18 years ago
Patch provided by Addrew to allow default settings for checkboxes to be checked by, well, default. More... over 18 years ago
Patch provided by Aur�lien More... over 18 years ago