]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Support for updating environment variables with matched substrings
authorBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 16:49:58 +0000 (22:19 +0530)
committerBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 16:49:58 +0000 (22:19 +0530)
of regexp.

* tests/grub_cmd_regexp.in: New test.
* Makefile.util.def: Rule for new test.

* grub-core/commands/regexp.c: New option -s to update environment
variables with regexp matches.

1  2 
ChangeLog

diff --cc ChangeLog
index fee9529969e88fb512b5539dbec268620e80fb40,a155853d9e29652aa798c0972bf83a624ee9cafc..d16f2ff57647db1c04bc996ad2b27a59b9bf83c3
+++ b/ChangeLog
@@@ -1,13 -1,3 +1,24 @@@
++2010-09-04  BVK Chaitanya  <bvk.groups@gmail.com>
++
++      Support for updating environment variables with matched substrings
++      of regexp.
++
++      * tests/grub_cmd_regexp.in: New test.
++      * Makefile.util.def: Rule for new test.
++
++      * grub-core/commands/regexp.c: New option -s to update environment
++      variables with regexp matches.
++
 +2010-09-04  Szymon Janc <szymon@janc.net.pl>
 +
 +      * include/grub/file.h (grub_file): New member not_easly_seekable.
 +      (grub_file_seekable): New inline function.
 +      * grub-core/io/gzio.c (test_header): Don't test end magic if file isn't
 +      easily seekable.
 +      (grub_gzio_open): Set not_easly_seekable.
 +      * grub-core/fs/i386/pc/pxe.c (grub_pxefs_open): Set not_easily_seekable.
 +      * grub-core/io/bufio.c (grub_bufio_open): Propagate not_easily_seekable.
 +
  2010-09-04  BVK Chaitanya  <bvk.groups@gmail.com>
  
        Support for options to appear multiple times on cmdline.