/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
lib/libedit/
..
TEST

Always compile with WIDECHAR on and delete that preprocessor switch. OK martijn@. Diff also proofread by Christian Heckendorf <mbie at ulmus dot me>.

10 лет назад
readline

Cleanup of standard header inclusion:

10 лет назад
Makefile

Fix the inter-library dependency for libedit and libreadline. Previously they tried to depend on libtermcap which actually doesn't exist in the objdir.

8 лет назад
chared.c

Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).

9 лет назад
chared.h

Improve modularization at the chared/read boundary, no functional change.

10 лет назад
chartype.c

Terminate NULL in argv. This fix is come from 1.31 from NetBSD lib/libedit/chartype.c via FreeBSD. From tj@

8 лет назад
chartype.h

typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)

10 лет назад
common.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
config.h

Use getline(3) rather than fgetln(3) because it is standardized and simpler and safer to use. Implemented by Christos Zoulas following my suggestion, with a bug fix by me.

10 лет назад
editline.3

.Lb libedit libcurses ; OK tedu@

год назад
editline.7

Fix next_history() and previous_history(): * The meaning of "next" and "previous" is exchanged in readline(3) with respect to editline(3); this part of the patch from Bastian Maerkisch. * next_history() can move beyond the newest entry; issue pointed out by Bastian Maerkisch, fix by me.

10 лет назад
editrc.5

ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

6 лет назад
el.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
el.h

Saving errno in el_errno is only needed for one purpose: Restoring the original errno found in el_wgetc() after el_wgets() did some cleanup that may have changed errno.

10 лет назад
eln.c

delete the "private" and "public" preprocessor macros, just use standard C; OK martijn@

10 лет назад
emacs.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
filecomplete.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
filecomplete.h

get rid of the non-standard data type "Char" in almost all files; ok martijn@

10 лет назад
hist.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
hist.h

get rid of the non-standard data type "Char" in almost all files; ok martijn@

10 лет назад
histedit.h

Move the declaration of the function pointer type el_rfunc_t from the private header "read.h" to the public header <histedit.h>. That's not an interface change, it was already used and documented publicly, merely not properly declared.

10 лет назад
history.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
historyn.c

The files editline.c, historyn.c, and tokenizern.c are completely constant and very short and simple. Check them into CVS rather than generating them at build time in a complicated way. OK martijn@, also proofread by Christian Heckendorf <mbie at ulmus dot me>

10 лет назад
keymacro.c

Saving errno in el_errno is only needed for one purpose: Restoring the original errno found in el_wgetc() after el_wgets() did some cleanup that may have changed errno.

10 лет назад
keymacro.h

* Delete the unimplemented feature XK_EXE. * Delete the unused macro MIN(). No functional change. OK czarkoff@ martijn@

10 лет назад
makelist

Replace the generated file "fcns.c" by a simpler header "func.h" included only in the one file needing it, "map.c". That allows to define el_action_t directly in "map.h", which in turn allows to stop including "fcns.h" from "el.h" and include it only in the modules needing it. Now we no longer autogenerate any C files.

10 лет назад
map.c

Replace the generated file "fcns.c" by a simpler header "func.h" included only in the one file needing it, "map.c". That allows to define el_action_t directly in "map.h", which in turn allows to stop including "fcns.h" from "el.h" and include it only in the modules needing it. Now we no longer autogenerate any C files.

10 лет назад
map.h

Replace the generated file "fcns.c" by a simpler header "func.h" included only in the one file needing it, "map.c". That allows to define el_action_t directly in "map.h", which in turn allows to stop including "fcns.h" from "el.h" and include it only in the modules needing it. Now we no longer autogenerate any C files.

10 лет назад
parse.c

delete the "private" and "public" preprocessor macros, just use standard C; OK martijn@

10 лет назад
parse.h

get rid of the non-standard data type "Char" in almost all files; ok martijn@

10 лет назад
prompt.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
prompt.h

get rid of the non-standard data type "Char" in almost all files; ok martijn@

10 лет назад
read.c

Stop using a while loop for code that runs at most once, and garbage collect an automatic variable that is no longer needed and a comment that was probably contributed by Capt. Obvious. No functional change.

5 лет назад
read.h

Improve modularization at the chared/read boundary, no functional change.

10 лет назад
readline.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
refresh.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
refresh.h

Cleanup of private header inclusion:

10 лет назад
search.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
search.h

get rid of the non-standard data type "Char" in almost all files; ok martijn@

10 лет назад
shlib_version

Update ncurses and associated libraries (form, panel, menu) to 6.4-20230826 (from 5.7-20081102).

3 года назад
sig.c

delete the "private" and "public" preprocessor macros, just use standard C; OK martijn@

10 лет назад
sig.h

Cleanup of private header inclusion:

10 лет назад
sys.h

Enable separate compilation while keeping internal interfaces hidden. Simplifies the build system and prevents modules from stomping on each other's static symbols.

10 лет назад
terminal.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
terminal.h

get rid of the non-standard data type "Char" in almost all files; ok martijn@

10 лет назад
tokenizer.c

delete the "private" and "public" preprocessor macros, just use standard C; OK martijn@

10 лет назад
tokenizer.h

Update to NetBSD libedit (from Oct 1, 2003), adding some string cleaning and history bug fixes. The code includes GNU libreadline functionality, but the corresponding header files are not installed, since some libreadline functions are missing. There are some minor API changes, notably:

23 года назад
tokenizern.c

The files editline.c, historyn.c, and tokenizern.c are completely constant and very short and simple. Check them into CVS rather than generating them at build time in a complicated way. OK martijn@, also proofread by Christian Heckendorf <mbie at ulmus dot me>

10 лет назад
tty.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
tty.h

get rid of the non-standard data type "Char" in almost all files; ok martijn@

10 лет назад
vi.c

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад