Lines Matching +full:94 +full:c
2 * Copyright (C) 1984-2025 Mark Nudelman
40 v20 5/21/85 Fixed screen.c ioctls for System V.
54 v29 6/28/85 Incorporated M.Rose's changes to signal.c
61 v35 7/27/85 Rewrote option handling; added option.c.
64 v38 8/19/85 Changed prompting; created prompt.c.
73 v43 10/15/85 Added -h flag, changed prim.c algorithms.
119 v71 5/11/87 Changed -p to -c, made triple -c/-C
120 for clear-eol like more's -c.
127 Make os.c more portable to BSD.
148 der Mouse), allow "+-c" without message,
190 v109 5/10/89 Added ESC-% command, split prim.c.
214 Fix EOF bug when both -w and -c.
247 v146 3/5/90 Pull cmdbuf functions out of command.c
261 causes problems with -c.
266 v160 7/29/90 Clear screen before initial output w/ -c.
272 v165 9/6/90 At EOF with -c set, don't display empty
319 v186 4/20/92 Port to MS-DOS (Microsoft C).
322 v189 12/8/92 Fix mem overrun in anscreen.c:init;
329 v194 1/4/94 Add rudiments of alt_filename handling.
330 v195 1/11/94 Port back to Unix; support keypad.
332 v196 6/7/94 Fix bug with bad filename; fix IFILE
334 v197 6/7/94 Fix bug with .less tables inserted wrong.
335 v198 6/23/94 Use autoconf installation technology.
337 v199 6/29/94 Fix MS-DOS build (thanks to Tim Wiegman).
338 v200 7/25/94 Clean up copyright, minor fixes.
341 v201 7/27/94 Check for no memcpy; add casts to calloc;
344 v202 7/28/94 Fix bug in edit_next/edit_prev with
346 v203 8/2/94 Fix a variety of configuration bugs on
350 v204 8/3/94 Use strerror if available.
352 v205 8/5/94 Fix bug in finding "me" termcap entry.
354 8/10/94 v205+: Change BUFSIZ to LBUFSIZE to avoid name
358 v206 8/10/94 Use initial_scrpos for -t to avoid
361 v207 8/12/94 Fix bug if stdout is not tty.
362 v208 8/16/94 Fix bug in close_altfile if goto err1
364 v209 8/16/94 Change scroll to wscroll to avoid
366 v210 8/16/94 Fix bug with bold on 8 bit chars.
368 v211 8/16/94 Don't quit on EOI in jump_loc / forw.
369 v212 8/18/94 Use time_t if available.
370 v213 8/20/94 Allow ospeed to be defined in termcap.h.
371 v214 8/20/94 Added HILITE_SEARCH, -F, ESC-u cmd.
373 v215 8/23/94 Fix -i toggle behavior.
374 v216 8/23/94 Process BS in all searches, not only -u.
375 v217 8/24/94 Added -X flag.
376 v218 8/24/94 Reimplement undo_search.
377 v219 8/24/94 Find tags marked with line number
379 v220 8/24/94 Stay at same position after SIG_WINCH.
380 v221 8/24/94 Fix bug in file percentage in big file.
381 v222 8/25/94 Do better if can't reopen current file.
382 v223 8/27/94 Support setlocale.
384 v224 8/29/94 Revert v216: process BS in search
386 v225 9/6/94 Rewrite undo_search again: toggle.
387 v226 9/15/94 Configuration fixes.
389 v227 9/19/94 Fixed strerror config problem.
392 v228 9/21/94 Fix bug in signals: repeated calls to
394 v229 9/21/94 Fix "Nothing to search" error if -a
396 v230 9/21/94 Don't print extra error msg in search
398 v231 9/22/94 Fix hilite bug if search matches 0 chars.
400 v232 9/23/94 Deal with weird systems that have
404 v233 9/26/94 Use get_term() instead of pos_init() in
407 v234 9/26/94 Make MIDDLE closer to middle of screen.
408 v235 9/27/94 Use local strchr if system doesn't have.
409 v236 9/28/94 Don't use libucb; use libterm if
412 v237 9/30/94 Use system isupper() etc if provided.
415 v238 10/6/94 Make binary non-blinking if LESSBINFMT
417 v239 10/7/94 Don't let delimit_word run back past
419 v240 10/10/94 Don't write into termcap buffer.
421 v241 10/13/94 New lesskey file format.
423 v242 10/14/94 Allow lesskey specification of "literal".
424 v243 10/14/94 Add #stop command to lesskey.
425 v244 10/16/94 Add -f flag to lesskey.
426 v245 10/25/94 Allow TAB_COMPLETE_FILENAME to be undefd.
427 v246 10/27/94 Move help file to /usr/local/share.
428 v247 10/27/94 Add -V option.
429 v248 11/5/94 Add -V option to lesskey.
430 v249 11/5/94 Remove -f flag from lesskey; default
432 v250 11/7/94 Lesskey input file "-" means stdin.
433 v251 11/9/94 Convert cfgetospeed result to ospeed.
435 v252 11/16/94 Change default lesskey input file from
439 v253 11/21/94 Fix bug when tags file has a backslash.
440 v254 12/6/94 Fix -k option.
441 v255 12/8/94 Add #define EXAMINE to disable :e etc.
442 v256 12/10/94 Change highlighting: only highlite search
444 v257 12/10/94 Add goto_line and repaint_highlight
446 v258 12/12/94 Fixup in hilite_line if BS_SPECIAL.
447 v259 12/12/94 Convert to autoconf 2.0.
448 v260 12/13/94 Add SECURE define.
449 v261 12/14/94 Use system WERASE char as EC_W_BACKSPACE.
450 v262 12/16/94 Add -g/-G flag and screen_hilite.
451 v263 12/20/94 Reimplement/optimize -G flag behavior.
452 v264 12/23/94 Allow EXTRA string after line-edit cmd
454 v265 12/24/94 Add LESSOPEN=|cmd syntax.
455 v266 12/26/94 Add -I flag.
456 v267 12/28/94 Formalize the four-byte header emitted
458 v268 12/28/94 Get rid of four-byte header.
498 v292 4/24/95 Add MS-DOS support for Borland C.
521 v311 4/22/96 Add Windows32 support; merge doscreen.c into screen.c.
537 Microsoft Visual C under Windows; numerous small fixes.
571 v341 5/6/99 Add -F option; %c & ?c prompt escapes.
716 v425 7/14/08 Fix non-ANSI code in list handling in ch.c.
735 exit with status 2 on ctrl-C with -K.
827 v504 7/13/17 Call opt_rscroll at startup; change mkhelp.c to mkhelp.pl.
996 v644 9/16/23 Improve ^C on non-terminated pipe; fix crash when files are