RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: bash                             Date:   09-May-2009 18:11:17
  Branch: HEAD                             Handle: 2009050916111700

  Modified files:
    bash                    patchlevel.h pcomplete.c

  Log:
    - jbj: apply bash40-002.

  Summary:
    Revision    Changes     Path
    1.3         +1  -1      bash/patchlevel.h
    1.2         +1  -0      bash/pcomplete.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: bash/patchlevel.h
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 patchlevel.h
  --- bash/patchlevel.h 9 May 2009 16:10:15 -0000       1.2
  +++ bash/patchlevel.h 9 May 2009 16:11:17 -0000       1.3
  @@ -25,6 +25,6 @@
      regexp `^#define[         ]*PATCHLEVEL', since that's what 
support/mkversion.sh
      looks for to find the patch level (for the sccs version string). */
   
  -#define PATCHLEVEL 1
  +#define PATCHLEVEL 2
   
   #endif /* _PATCHLEVEL_H_ */
  @@ .
  patch -p0 <<'@@ .'
  Index: bash/pcomplete.c
  ============================================================================
  $ cvs diff -u -r1.1.1.1 -r1.2 pcomplete.c
  --- bash/pcomplete.c  9 May 2009 14:31:08 -0000       1.1.1.1
  +++ bash/pcomplete.c  9 May 2009 16:11:17 -0000       1.2
  @@ -1032,6 +1032,7 @@
     cmdlist = build_arg_list (funcname, text, lwords, cw);
   
     pps = &ps;
  +  save_parser_state (pps);
     begin_unwind_frame ("gen-shell-function-matches");
     add_unwind_protect (restore_parser_state, (char *)pps);
     add_unwind_protect (dispose_words, (char *)cmdlist);
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to