Commit Graph

4670 Commits

Author SHA1 Message Date
slamm%netscape.com
6090d83c24 Re-commit the 'nocrap'. This time it's not crappy. 1998-09-08 19:48:29 +00:00
slamm%netscape.com
5324a2ce7c Oops, not ready yet. backout last change. 1998-09-08 19:36:56 +00:00
slamm%netscape.com
494a501fe1 Add a 'nocrap' flag so the top of the page has useful information (i.e. no image, no legend). 1998-09-08 19:34:51 +00:00
terry%netscape.com
ef3712508c Chouck isn't here; fix owner of LibMocha. 1998-09-06 15:03:41 +00:00
terry%netscape.com
3583099c67 Encourage people to use the secure server. 1998-09-04 19:23:40 +00:00
terry%netscape.com
3ed087892e Added "Viewer App" component. 1998-09-04 18:26:09 +00:00
terry%netscape.com
170c1d4053 Give a better message, in the case that someone changes a bug that had
an invalid component or version field.  (Like, for example, all the
new NGLayout bugs.)
1998-09-04 14:30:04 +00:00
terry%netscape.com
b1be7eca76 Amusil now owns plugins. 1998-09-04 00:45:20 +00:00
terry%netscape.com
43dc9f2892 Detecting the "default" partition wasn't working right. 1998-09-04 00:13:17 +00:00
terry%netscape.com
241b923eea Make the generated regexps not too general! 1998-09-03 23:57:21 +00:00
terry%netscape.com
eeb27d4630 Added in NGLayout stuff. (gotta come up with a better way of tweaking
these tables!)
1998-09-03 22:50:31 +00:00
terry%netscape.com
4fc335dd6b Oops; mention nomail and maillock. (Thanks to
Sam Ziegler <ziegler@mediaguaranty.com> for pointing out their lack.)
1998-09-02 22:31:50 +00:00
terry%netscape.com
6f8faf658a Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
1998-09-02 19:02:30 +00:00
terry%netscape.com
3ca3e981e0 Changelog of important Bugzilla changes. 1998-09-02 18:56:48 +00:00
terry%netscape.com
1644915b59 Changed the way password validation works. We now keep a
crypt'd version of the password in the database, and check against
that.  (This is silly, because we're also keeping the plaintext
version there, but I have plans...)  Stop passing the plaintext
password around as a cookie; instead, we have a cookie that references
a record in a new database table, logincookies.

IMPORTANT: if updating from an older version of Bugzilla, you must run
the following commands to keep things working:

 ./makelogincookiestable.sh
 echo "alter table profiles add column cryptpassword varchar(64);" | mysql bugs
 echo "update profiles set cryptpassword = encrypt(password,substring(rand(),3, 4));" | mysql bugs
1998-09-02 18:54:54 +00:00
terry%netscape.com
196ef2e670 Mention the "comments" file. 1998-09-02 18:34:04 +00:00
terry%netscape.com
dfd11950a3 Tell people that they have to "create database bugs;". 1998-09-01 23:55:45 +00:00
terry%netscape.com
5cc29feaf8 Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal
better with product names that have spaces or other weird stuff in them.
1998-09-01 21:01:44 +00:00
terry%netscape.com
ac23c7ba26 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link
to enter a new bug.
1998-09-01 21:01:10 +00:00
terry%netscape.com
1c64b55ff2 Use POST, not GET. Allow for boolean params. 1998-09-01 20:54:24 +00:00
terry%netscape.com
4bb554decc Use the "urlbase" param. Make regeneration easier. 1998-09-01 14:02:13 +00:00
terry%netscape.com
0c2e820585 Oh, gee, djw doesn't work here anymore, and doesn't own the Layout
module anymore.  Whoops.

I gotta make all our "lists of owners" sync'd together...
1998-09-01 04:58:10 +00:00
terry%netscape.com
737f91f0b4 Fixed bug #541 -- sorting by "assignee" now works. 1998-09-01 04:41:58 +00:00
terry%netscape.com
98bbd9c174 Added parameters to specify the HTML that goes at the top of every
page.  The banner.html and blurb.html files are now obsolete!
1998-09-01 04:33:37 +00:00
terry%netscape.com
2cd384fb27 Whine at people who haven't been checking their NEW bugs. 1998-09-01 04:22:32 +00:00
terry%netscape.com
13ac2130c2 Allow editing of parameters via a web page. 1998-09-01 04:21:45 +00:00
terry%netscape.com
276727367d Fix up NPL and comments that cls%seawood.org horked. 1998-09-01 01:41:07 +00:00
terry%netscape.com
c6d27c65e6 Fix up indentation that cls%seawood.org horked. 1998-09-01 01:40:24 +00:00
terry%netscape.com
f270fc30c7 Do some simple sanity checks. 1998-09-01 01:20:36 +00:00
cls%seawood.org
8bd37e2a51 A few fixes to allow things to work relatively out of the box. 1998-09-01 01:14:20 +00:00
cls%seawood.org
4539c32d78 Make a couple of tweaks to allow complete admin (expect setting passwd) via webpages. 1998-09-01 01:11:34 +00:00
cls%seawood.org
f5a06fb9f6 Initial version 1998-09-01 01:09:43 +00:00
cyeh%netscape.com
677314c5c7 updated examples that are cleaner and multiple platform friendly. 1998-09-01 00:08:02 +00:00
terry%netscape.com
aa02be5044 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if
you have exactly one product defined.  Oops!
1998-08-31 20:41:13 +00:00
terry%netscape.com
752e0bec62 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity
checking on the list of column names we're given.
1998-08-31 20:38:47 +00:00
cls%seawood.org
d249a5e7eb More fixes. 1998-08-31 03:57:13 +00:00
cls%seawood.org
6b883a1809 Fixed problem with file permissions not being set. 1998-08-31 03:33:55 +00:00
cls%seawood.org
2d65f53e2a Made the people:who field large enough for username%domain 1998-08-31 01:08:41 +00:00
terry%netscape.com
a74f28cad5 OK, turn it on -- changes will now actually have effect. 1998-08-29 00:51:15 +00:00
terry%netscape.com
773132fb8a Need full pathname for CVS_PASSFILE, since change directories before using cvs. 1998-08-29 00:41:24 +00:00
terry%netscape.com
c466b207f7 Oops; wrong environment variable name. 1998-08-29 00:36:03 +00:00
terry%netscape.com
fe51b86b4d Keep a .cvspass in our own directory. 1998-08-29 00:35:19 +00:00
terry%netscape.com
3247e37ab5 We have a variable containing the full path to the cvs executable; use it! 1998-08-29 00:20:10 +00:00
terry%netscape.com
d861eadc3e Got to quote those stupid at-signs. 1998-08-28 23:57:42 +00:00
terry%netscape.com
c20da319a2 Initial public checkin of despot. 1998-08-28 23:50:39 +00:00
terry%netscape.com
a631f0cb7c Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping
that stuff in this database.
1998-08-28 20:19:31 +00:00
terry%netscape.com
261d7a0b13 Back out last change. No diffs are showing up at all! 1998-08-28 19:23:41 +00:00
terry%netscape.com
33307dbc4b Fixed bug 544 -- now use unified diffs instead of context diffs in mail. 1998-08-28 19:17:59 +00:00
terry%netscape.com
de183621a7 Fixed bug 513 -- adding CC field caused crash. 1998-08-28 18:32:15 +00:00
terry%netscape.com
a729e91e6e Debugging support -- if we get an SQL error, show the SQL command that failed. 1998-08-28 18:31:05 +00:00
terry%netscape.com
b0e5b61885 Get rid of the "read and eat" line; it doesn't make sense here. 1998-08-28 13:50:41 +00:00
shaver%netscape.com
802e755292 tell people how to change their new password 1998-08-27 20:18:13 +00:00
terry%netscape.com
3f17267cf3 Hacky preventative for bug 540 -- disable the "edit long description"
feature entirely.
1998-08-27 18:14:14 +00:00
terry%netscape.com
5bc14685ee Fixed bug 538 -- can now search through summary and description fields. 1998-08-27 17:22:23 +00:00
terry%netscape.com
bb84abf51c The default product is now called "Mozilla". 1998-08-27 15:30:25 +00:00
terry%netscape.com
1ff106e5b2 Sort the list of products. 1998-08-27 15:30:01 +00:00
terry%netscape.com
2e14f97ac4 Fixed bug 539 -- cope with multiple products in the system. 1998-08-27 14:56:19 +00:00
terry%netscape.com
a25f8b562e I'd prefer to be known as terry@mozilla.org. 1998-08-27 14:55:27 +00:00
terry%netscape.com
dde7c7fa02 Don't choke if the user hits a space or something in the 'changed in
last ___ days' field.
1998-08-27 00:03:27 +00:00
terry%netscape.com
7b679c1f2b Oops; mail the right URL. 1998-08-26 22:51:52 +00:00
jwz%mozilla.org
58fd92adc9 give the image a border 1998-08-26 22:36:44 +00:00
jwz%mozilla.org
e5ec0ed082 smaller version of the ant image (8k instead of 17k.) 1998-08-26 22:36:05 +00:00
terry%netscape.com
73880a12a0 Turn on mail notifications. 1998-08-26 22:23:00 +00:00
terry%netscape.com
36d6462815 About the Bugzilla source. 1998-08-26 20:15:06 +00:00
terry%netscape.com
de2acd2865 Stop looking for "target_fix_version". 1998-08-26 19:26:59 +00:00
terry%netscape.com
0be4b6cf6d Bugzilla source. 1998-08-26 06:14:20 +00:00
preed%netscape.com
0ad3c0b9e9 Adds functionality to write multiple comments to a log with one
submission. Also fixes some bugs and UI problems. Reviewed by terry.
1998-08-25 21:22:32 +00:00
preed%netscape.com
93655d3fe8 This is a bug fix; when two tree were displayed at once, the argument in
the menu for "addnote.cgi" was passed as tree1 and tree2, not the specific
buildtree for that block. This problem was experienced with the other menu
items, but corrected before the first checkin. This checkin fixes this
problem with addnote.cgi as well.
1998-08-21 18:40:26 +00:00
preed%netscape.com
9c30654549 Fixes some bugs in the way messages of the day were stored; certain
characters could cause tinderbox to bomb out because they weren't escaped,
and the '1;' at the end was missing (which is bad because this is needed
if it's required). Reviewed by terry.
1998-08-19 23:31:52 +00:00
preed%netscape.com
3e59f4918a Added features to allow popup menu's in showbuilds.cgi (requsted), and
modified a chop to chomp to make SURE it does what we want. Reviewed by
terry.
1998-08-19 23:20:45 +00:00
preed%netscape.com
d479c07bb0 addition to code to allow open/closed information on tinderbox pages
(essentially turned this functionality on again). reviewed by ltabb.
1998-08-06 23:35:58 +00:00
terry%netscape.com
e912f1f705 Patch by Erik Bruchez <Erik.Bruchez@iname.com> -- cope with "-d" in
the modules file.
1998-08-06 16:54:50 +00:00
preed%netscape.com
0f06cc2a1b Added testfailed status; modified gz filenames to add buildates; reviewed
by ltabb.
1998-08-04 00:29:17 +00:00
jwz%netscape.com
b7934e9a91 from Dawn Endico <dawn@cannibal.mi.org>:
Make the url prefix for bonsai configurable.
1998-07-28 19:18:54 +00:00
jwz%netscape.com
f1d8366b20 from Dawn Endico <dawn@cannibal.mi.org>:
add bonsaihome configuration variable
1998-07-28 19:17:42 +00:00
jwz%netscape.com
cf371de941 from Dawn Endico <dawn@cannibal.mi.org>:
export $Path variable. Local.pm needs it as a global variable.

htmlify file names and email addresses
1998-07-28 19:17:30 +00:00
jwz%netscape.com
76541b4016 from Dawn Endico <dawn@cannibal.mi.org>:
remove the hard space from the template. Its now the job of the
description function to provide a space in case of a blank desc.
1998-07-28 19:17:14 +00:00
jwz%netscape.com
389c07fd5e from Dawn Endico <dawn@cannibal.mi.org>:
move description functions to the new Local.pm module
1998-07-28 19:17:03 +00:00
jwz%netscape.com
955aefac9c from Dawn Endico <dawn@cannibal.mi.org>:
use the new bonsaihome configuration variable
1998-07-28 19:16:48 +00:00
jwz%netscape.com
b731e4f4c7 from Dawn Endico <dawn@cannibal.mi.org>:
Place installation specific subroutines into their own module.
New improved file/directory description hackery goes here.
1998-07-28 19:16:34 +00:00
terry%netscape.com
596f661dc2 Expand email addresses properly when sending tree opened, tree closed notices. 1998-07-27 21:10:16 +00:00
terry%netscape.com
a3288e5006 Munge the username to a proper email address before sending mail. 1998-07-27 20:57:51 +00:00
terry%netscape.com
8c30803b52 Deal better with % in the middle of usernames. 1998-07-27 20:53:06 +00:00
terry%netscape.com
25e26733c3 Call ldap with only 20 people at a time, because it sometimes seems to
choke if you give it too many at once.
1998-07-22 21:12:19 +00:00
terry%netscape.com
a5b181c0b4 Fix to deal with new '%' style of usernames. 1998-07-22 19:01:47 +00:00
terry%netscape.com
b360a22121 Don't exec mail any more. 1998-07-20 16:05:37 +00:00
cyeh
48e92b95db add example tinderbox client scripts 1998-07-09 17:36:13 +00:00
terry
5f55ebe701 Patch by Matthew Wilson <msw@gimp.org> -- more layer poisition fixes. 1998-07-06 17:09:33 +00:00
terry
c5b14f9fa0 Needs to loadConfigData() so that it can get the value of $rcsdiffcommand. 1998-07-06 16:50:08 +00:00
terry
5385128cc9 Patch by Matthew Wilson <msw@gimp.org> -- removed extraneous apostrophe. 1998-07-02 22:54:16 +00:00
cyeh
db6fcffbdc added "Couldn't find project file " error. This happens when a CW project
can't find the file to compile.
1998-07-02 17:26:48 +00:00
terry
72b25879c7 Oops; left out one sentence. 1998-06-30 17:46:26 +00:00
terry
25c6393b5f Add some explaination of what "the hook" is. 1998-06-30 17:39:57 +00:00
terry
f1d43b689f Oops; backed out last change. (I need to learn how to use CVS. :-) 1998-06-29 17:37:06 +00:00
terry
953de4703b Patches by Matthew Wilson <msw@gimp.org> -- added much of the missing configuration ability. 1998-06-29 16:21:41 +00:00
terry
2b15710b4c Updated to reflect new config stuff introduced by Matthew Wilson <msw@gimp.org> 1998-06-29 16:20:46 +00:00
terry
0b1e6ac586 Patch by Artem Belevich <abelevic@ctron.com> -- don't choke so easily when parsing modules files. 1998-06-29 15:40:24 +00:00
terry
6bea1154f1 Artem Belevich <abelevic@ctron.com> has provided absolutely wonderful
installation instructions.
1998-06-27 00:03:19 +00:00
terry
e283f6603c More patches from Matthew Wilson <msw@gimp.org> -- keep popup layer location; quote some URLs better. 1998-06-26 19:00:22 +00:00
terry
427ffec39f Use time2str instead of ctime; ctime seems to return different things on different systems. 1998-06-26 18:37:51 +00:00
terry
1bd88542ae Patch from Matthew Wilson <msw@gimp.org> -- keep the popup layer in a reasonable place on the screen. 1998-06-26 18:12:08 +00:00
terry
0f1484d66f Patch from Matthew Wilson <msw@gimp.org> -- was not parsing dates correctly. 1998-06-26 16:02:03 +00:00
terry
029dca3987 Patch from Artem Belevich <ABelevic@ctron.com> -- greatly increase speed when rebuilding database by caching everything. Probably makes the runtime huge, but who cares? 1998-06-26 15:42:01 +00:00
jwz
a4ead17823 dawn@cannibal.mi.org:
htmlify descriptions in directory listings

   remove some more style file stuff
1998-06-23 01:01:39 +00:00
jwz
aa038b375a dawn@cannibal.mi.org:
</TD> was getting gobbled up
1998-06-23 01:01:26 +00:00
jwz
60ff38a615 dawn@cannibal.mi.org:
yet another attempt at adding descriptions to directory listings.
This time use the following search criterion for rcs variables
which hopefully won't confuse cvs.  /Id: $filename/

mozilla/README directory was confusing lxr. Added a check
that README is a regular file before its displayed in the directory
listing.
1998-06-23 01:01:11 +00:00
ltabb
9c93fda9a5 added the ability to disable builds instead of removing them from the page 1998-06-22 21:28:47 +00:00
terry
72bd78ffec Last change also included a patch from Matthew Wilson <msw@gimp.org> to make things correctly deal with RCS files that somehow get an extra CR at the end. Thanks Matthew! 1998-06-22 16:36:43 +00:00
terry
dfccf26292 Don't hardcode the bonsai directory name. 1998-06-22 15:43:47 +00:00
jwz
16188fe64f oh, fuck me 1998-06-20 01:31:01 +00:00
jwz
2eabc03b21 backed out the last few changes; it's all messed up and I don't feel like messing with it right now. 1998-06-20 01:29:23 +00:00
jwz
fa762dbebf fixed cvs botch 1998-06-20 01:09:35 +00:00
jwz
9e7aae58c2 from dawn: cleverly generate stuff for the "Description" column in LXR directory listings. 1998-06-19 23:06:50 +00:00
cyeh
b9758acdcb added some more documentation 1998-06-19 23:05:51 +00:00
terry
2f50896a04 Don't be chatty. 1998-06-19 15:36:21 +00:00
terry
47c5234bcd cd to the real tinderbox dir. 1998-06-19 15:32:07 +00:00
terry
15161b6d3d Don't show diffs for files that we're 'hiding'. 1998-06-19 15:13:40 +00:00
terry
1534233295 Use POST for multidiff, since the URL otherwise can get too big. 1998-06-19 14:58:19 +00:00
terry
860e5e5305 Implement CheckHidden(), so that we can have some semblance of security. 1998-06-18 16:47:00 +00:00
terry
9e81e3e2d3 Document some config files. 1998-06-18 16:45:03 +00:00
terry
ae52de0a8d Removed mention of "crontab". 1998-06-18 15:10:34 +00:00
terry
a498d5ccf1 Whoops; the version of dolog.pl we had was ancient and wrong. 1998-06-17 20:09:55 +00:00
jwz
fc3e874363 *** empty log message *** 1998-06-16 23:41:58 +00:00
jwz
185e30fb76 expanded disclaimer 1998-06-16 23:32:48 +00:00
jwz
6aa368cc67 added disclaimer 1998-06-16 23:32:15 +00:00
terry
d79fe8cf1e Bonsai and Tinderbox have been freed. 1998-06-16 21:43:24 +00:00
jwz
f8f2d4698a emit a mostly-correct Last-Modified header on the generated pages. 1998-06-16 20:23:42 +00:00
jwz
58820a85b4 Recognise .jpeg, .pjpg, and .pjpeg as JPEG extensions.
Put a label next to embedded images.

When the extension of a file is unrecognised, look at the first
line of the file to guess whether it is text or binary; if it
looks binary, emit a link, instead of dumping out the whole file.
1998-06-16 19:53:43 +00:00
jwz
51dd41a680 use "checkout -P" to prune empty unused directories
(like cmd/xfe/icons/anim-sgi/)
1998-06-16 19:10:03 +00:00
jwz
674ab716d8 lose the useless search boxes; they're clutter. 1998-06-16 09:13:15 +00:00
jwz
59d58e6253 use the $baseurl symbolic name instead of /webtools/lxr/ 1998-06-16 09:12:47 +00:00
jwz
e469d6f8b6 maintain the illusion of directoryhood; refer to "source/" not "source". 1998-06-16 09:12:13 +00:00
jwz
2b58f49fcf Well basically, I hate those layers popups that-aren't-quite-menus.
They've got to go.  The information that was on them is only one
click away anyhow.
1998-06-16 09:03:40 +00:00
jwz
a5a626f3f8 allow the $banner file names to wrap, by emitting a space after each slash. 1998-06-16 08:42:22 +00:00
jwz
22f773c6b6 dawn says she didn't write the intro blurb that I assumed she had.
took out the attribution.
1998-06-16 04:19:05 +00:00
jwz
ab537238f1 go hog-wild: let's check out the whole "mozilla" directory, instead of just
what's in the "MozillaSource" module.
1998-06-16 03:17:27 +00:00
jwz
fd5b2bc1f0 template-source-tail was identical to template-tail; nuked it. 1998-06-16 02:15:51 +00:00
jwz
2606c95348 made the "changes" links show only the HEAD revisions.
added a "full change log" link.
1998-06-16 02:15:26 +00:00
jwz
3335a5c2d2 made the "changes" links show only the HEAD revisions. 1998-06-16 02:15:13 +00:00
jwz
54f1974d08 yuck. you can't use ".." in otherwise-fully-qualified URLs, so I had
to add another template variable, $dotdoturl, that is just like $baseurl
but points to one directory higher.  Sucks!
1998-06-16 01:18:34 +00:00
jwz
f4dbb69b71 patches from dawn to sync with latest official lxr 1998-06-16 00:57:48 +00:00
jwz
29748e5b2f added a number of new template files:
instead of just "htmlhead" and "htmltail" there are now:

    "sourcehead" and "sourcetail"
    "sourcedirhead" and "sourcedirtail"
    "findhead" and "findtail"
    "identhead" and "identtail"
    "searchhead" and "searchtail"

so that each CGI can have its own custom headers and footers.
If (for example) identhead isn't configured in lxr.conf, then
htmlhead will be used instead.

"sourcedir*" is used in preference to "source*" when the output
of the "source" script is a CGI.  If sourcedir* aren't configured,
then it falls back to "source*" (and from there to "html*")
1998-06-16 00:51:27 +00:00
jwz
800884f8d3 If a file is less than 1k, print its size in bytes. 1998-06-15 22:18:06 +00:00
jwz
538c1fcd04 Print the date flush-right; leave about one space between columns. 1998-06-15 21:52:14 +00:00
jwz
08ea4455e3 Print the date like ls does: "Mmm dd hh:mm" if it is newer than six months,
else "Mmm dd yyyy" if it is older.

Use the internal-gopher-* images instead of the GIFs in /icons/.

Print a "-" for the size of directories.
1998-06-15 21:51:41 +00:00
jwz
6c9f8e579a I'm a chimp; I didn't test the last change, and left out the blank line after
the headers.
1998-06-15 17:15:35 +00:00
jwz
62b8204d80 don't send last-modified headers with a static date... 1998-06-15 05:08:14 +00:00
jwz
617fc42dfb Wow, how lame. The only way I could get the table columns to line up was
to increase the field size from 6 to 8!  That's robust...  It seems that
</FORM> inserts a paragraph break even when it comes just before </TD>,
so the "use this field" text must be inside the </FORM> in order to be
snugly against the text field.  But, if "Text Search" isn't in the same
<TR> as the text field, they won't line up properly vertically.  So
I can't figure out how to combine all of the <FORM>s into one table to
make the columns all line up without introducing lots of vertical space.
1998-06-13 18:47:35 +00:00
jwz
21ebac08bd I hadn't realized that "ident" did case-sensitive exact matches instead of
regexp searches.  Updated the instructions to reflect this.
1998-06-13 18:26:54 +00:00
jwz
751a2ca385 "text" is more meaningful than "glimpse" 1998-06-13 01:38:31 +00:00
jwz
458727e7a4 thank the authors, too 1998-06-13 01:25:58 +00:00
jwz
ee53495e02 apparently glimpseindex wants to run "whereis", so I added /usr/ucb to $PATH 1998-06-13 01:15:11 +00:00
jwz
71ed1a5d83 *** empty log message *** 1998-06-13 01:12:23 +00:00
jwz
0dc52cc827 reformatted 1998-06-13 01:11:09 +00:00
jwz
274c4ea37a *** empty log message *** 1998-06-13 00:45:02 +00:00
jwz
ea1e30c8b1 print date to log; know where cvs is 1998-06-13 00:43:15 +00:00
jwz
05045ca24d lose cvs1.mozilla.org 1998-06-12 22:27:22 +00:00
jwz
5272cf4440 *** empty log message *** 1998-06-12 22:06:58 +00:00
jwz
78988a9559 update the lxr sources too; and log. 1998-06-12 22:03:28 +00:00
jwz
5d14338256 *** empty log message *** 1998-06-12 21:58:38 +00:00
jwz
951f5fd94a *** empty log message *** 1998-06-12 21:48:51 +00:00
jwz
6a9fd84fda linked in dawn's search help doc 1998-06-12 21:42:37 +00:00
jwz
ee5db31b04 *** empty log message *** 1998-06-12 20:52:28 +00:00
jwz
3892049f03 *** empty log message *** 1998-06-12 20:25:05 +00:00
jwz
43849f7053 we don't need this 1998-06-12 20:24:06 +00:00
jwz
8e42c43196 tweaked tables 1998-06-12 20:20:24 +00:00
jwz
a5fc1a8634 tweaked tables 1998-06-12 20:08:12 +00:00
jwz
ba4c1e8928 *** empty log message *** 1998-06-12 19:41:29 +00:00
jwz
1adae91733 fixed #! 1998-06-12 18:55:52 +00:00
jwz
2dd3df9069 initial revision of lxr (note that this code is under the GPL.) 1998-06-11 23:56:23 +00:00