comparison lisp/ChangeLog @ 44177:dadd07f15d40

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 27 Mar 2002 14:59:06 +0000
parents 30664dcf6138
children 81c46680d4c6
comparison
equal deleted inserted replaced
44176:ae2fa08b3654 44177:dadd07f15d40
1 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
2
3 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
4 parameter value.
5 (gud-jdb-build-source-files-list): Comment clarification.
6 (gud-jdb-massage-args): Reworked into loop-based argument list
7 processing in order to support -classpath and -sourcepath argument
8 processing.
9 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
10 to gud-jdb-classpath to obtain search list.
11 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
12 directory names in classpath/sourcepath lists, update comment.
13 (jdb): Add setting of gud-jdb-sourcepath, update comment.
14 (gud-find-class): Add gud-jdb-sourcepath use, and correct
15 behaviour for the case when classpath is not used--backward
16 compatibility fix.
17
1 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il> 18 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
2 19
3 * Makefile.in (compile, compile-always): Don't try to compile 20 * Makefile.in (compile, compile-always): Don't try to compile
4 non-existent files or files in empty directories. 21 non-existent files or files in empty directories.
5 22