List:Internals« Previous MessageNext Message »
From:msvensson Date:April 21 2005 12:36pm
Subject:bk commit into 4.1 tree (msvensson:1.2200)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2200 05/04/21 12:36:23 msvensson@neptunus.(none) +3 -0
  Reverting back to original path of readline.h

  cmd-line-utils/libedit/readline.c
    1.8 05/04/21 12:36:20 msvensson@neptunus.(none) +1 -1
    Reverting back to original path of readline.h

  cmd-line-utils/libedit/Makefile.am
    1.11 05/04/21 12:36:20 msvensson@neptunus.(none) +1 -1
    Reverting back to original path of readline.h

  cmd-line-utils/libedit/readline/readline.h
    1.2 05/04/21 12:34:17 msvensson@neptunus.(none) +0 -0
    mvdir

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/bug2596

--- 1.10/cmd-line-utils/libedit/Makefile.am	2005-04-21 12:06:38 +02:00
+++ 1.11/cmd-line-utils/libedit/Makefile.am	2005-04-21 12:36:20 +02:00
@@ -20,7 +20,7 @@
 libedit_a_LIBADD = 		@LIBEDIT_LOBJECTS@
 libedit_a_DEPENDENCIES 	= 	@LIBEDIT_LOBJECTS@
 
-pkginclude_HEADERS =	editline/readline.h
+pkginclude_HEADERS =	readline/readline.h
 
 noinst_HEADERS =	chared.h el.h histedit.h key.h parse.h refresh.h sig.h \
 			sys.h tokenizer.h config.h hist.h map.h prompt.h read.h \

--- 1.7/cmd-line-utils/libedit/readline.c	2005-04-21 12:06:38 +02:00
+++ 1.8/cmd-line-utils/libedit/readline.c	2005-04-21 12:36:20 +02:00
@@ -73,7 +73,7 @@
 #include "el.h"
 #include "fcns.h"		/* for EL_NUM_FCNS */
 #include "histedit.h"
-#include "editline/readline.h"
+#include "readline/readline.h"
 
 /* for rl_complete() */
 #define TAB		'\r'
Thread
bk commit into 4.1 tree (msvensson:1.2200)msvensson21 Apr