]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- rel 2; bump line size buffer to 64k auto/th/mksh-51-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Oct 2015 08:56:01 +0000 (10:56 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Oct 2015 08:56:01 +0000 (10:56 +0200)
mksh-cmdline-length.patch
mksh.spec

index de55b3f1e2cd02037f4f2052381f49c310da9943..37330705542c22b3123510d41ddb775a0e75f1bb 100644 (file)
@@ -5,7 +5,7 @@
  
  /* input line size */
 -#define LINE          (4096 - ALLOC_SIZE)
-+#define LINE          (16384 - ALLOC_SIZE)
++#define LINE          (65536 - ALLOC_SIZE)
  /*
   * Minimum required space to work with on a line - if the prompt leaves
   * less space than this on a line, the prompt is truncated.
index fbeb67064d3b14aaf662f97d956ae36d9f21ec8c..e3e58bb3cd1bdba94e95e528c2de6664d0b2ef3f 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -7,7 +7,7 @@ Summary:        MirBSD Korn Shell
 Summary(pl.UTF-8):     Powłoka Korna z MirBSD
 Name:          mksh
 Version:       51
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Shells
 Source0:       https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
This page took 0.095962 seconds and 4 git commands to generate.