Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
324f3e6a
Commit
324f3e6a
authored
Oct 24, 2011
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Plain Diff
Local merge from mysql-5.1.
parents
a656ff83
f66002f8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cmd-line-utils/libedit/README
cmd-line-utils/libedit/README
+1
-1
cmd-line-utils/libedit/chared.c
cmd-line-utils/libedit/chared.c
+2
-2
No files found.
cmd-line-utils/libedit/README
View file @
324f3e6a
...
...
@@ -42,7 +42,7 @@ then merge remaining bits by hand. All MySQL-specific changes should be
marked with XXXMYSQL to make them easier to identify and merge. To generate
a 'clean' diff against upstream you can use the above commands but use
cvs co -D "2011/10/
04 15:27:04
" [..]
cvs co -D "2011/10/
23 17:37:55
" [..]
to fetch the baseline of most recent merge.
...
...
cmd-line-utils/libedit/chared.c
View file @
324f3e6a
/* $NetBSD: chared.c,v 1.3
5 2011/08/16 16:25:1
5 christos Exp $ */
/* $NetBSD: chared.c,v 1.3
6 2011/10/23 17:37:5
5 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
...
...
@@ -200,7 +200,7 @@ c_delbefore1(EditLine *el)
protected
int
ce__isword
(
Int
p
)
{
return
Isalnum
(
p
||
Strchr
(
STR
(
"*?_-.[]~="
),
p
)
!=
NULL
)
;
return
Isalnum
(
p
)
||
Strchr
(
STR
(
"*?_-.[]~="
),
p
)
!=
NULL
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment