Below is the list of changes that have just been committed into a local
4.1 repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2107 04/10/15 10:28:39 paul@stripped +1 -0
texi2html:
Change @image argument parsing.
Docs/Support/texi2html
1.7 04/10/15 10:28:20 paul@stripped +1 -1
Change @image argument parsing.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/mysql-4.1
--- 1.6/Docs/Support/texi2html 2001-05-31 14:08:22 -05:00
+++ 1.7/Docs/Support/texi2html 2004-10-15 10:28:20 -05:00
@@ -1811,7 +1811,7 @@
{
my($text) = @_;
my($arg1, $ext);
- $text =~ /^([^,]*)$/;
+ $text =~ /^([^,]*)/;
die "error in image: '$text'" unless defined($1);
$arg1 = $1;
$arg1 =~ s/@@/@/g;
| Thread |
|---|
| • bk commit into 4.1 tree (paul:1.2107) | paul | 15 Oct |