List:Internals« Previous MessageNext Message »
From:msvensson Date:April 20 2005 12:02pm
Subject:bk commit into 4.1 tree (msvensson:1.2198)
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.2198 05/04/20 12:02:07 msvensson@neptunus.(none) +1 -0
  After review fix

  cmd-line-utils/readline/config_readline.h
    1.2 05/04/20 12:02:04 msvensson@neptunus.(none) +8 -4
    Fixing code formatting

# 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/mysql-4.1

--- 1.1/cmd-line-utils/readline/config_readline.h	2005-04-19 13:12:15 +02:00
+++ 1.2/cmd-line-utils/readline/config_readline.h	2005-04-20 12:02:04 +02:00
@@ -1,12 +1,16 @@
-/* config-readline.h  Maintained by hand. Contains the readline specific
-   parts from config.h.in in readline 4.3 */
+/*
+   config-readline.h  Maintained by hand. Contains the readline specific
+   parts from config.h.in in readline 4.3
+*/
 
 #if defined (HAVE_CONFIG_H)
 #  include <config.h>
 #endif
 
-/* Ultrix botches type-ahead when switching from canonical to
-   non-canonical mode, at least through version 4.3 */
+/*
+ Ultrix botches type-ahead when switching from canonical to
+   non-canonical mode, at least through version 4.3
+*/
 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
 #  define TERMIOS_MISSING
 #endif
Thread
bk commit into 4.1 tree (msvensson:1.2198)msvensson20 Apr