~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to libglusterfs/src/y.tab.c

  • Committer: Clint Byrum
  • Date: 2012-11-07 17:45:49 UTC
  • mfrom: (20.1.7 sid)
  • Revision ID: clint@ubuntu.com-20121107174549-x6atqx0rsd7ht0q5
Tags: 3.2.7-2ubuntu1
* Merge from Debian unstable. Remaining changes:
  - Added Ubuntu upstart jobs providing support for local glusterfs mounts
* Add upstream patch 03-glusterd-crash-gcc-optimizations, which fixes a crash
  of glusterd on submitting a command like create/delete volume to it. This
  happens with GCC 4.7 and -O2, where GCC optimizes out rsp statements.
  Closes: #679767
* New upstream release.
* New upstream pre release.
* Updated debian packaging copyright file
  - Fixed upstream project URLs and information
* Correct e-mail address from Matthias.
* New upstream pre release.
  - Refresh hunky patch 02-spelling-error.
* New upstream release.
  - Drop merged patch 03-hardened-gf-log.
  - Refresh hunky patch 02-spelling-error.
* Wrap all debian/control fields.
* Remove unused lintian overrides.
* Bump Standards-Version to 3.9.3 (no changes needed).
* Override lintian warnings about shlibs-calls-exit.
* Fix lintian warning vim-addon-within-vim-runtime-path by installing
  glusterfs.vim as example file now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2134
2134
 
2135
2135
        if (tmp_file == NULL) {
2136
2136
                gf_log ("parser", GF_LOG_ERROR,
2137
 
                        "cannot create temparory file");
 
2137
                        "cannot create temporary file");
2138
2138
 
2139
2139
                glusterfs_graph_destroy (graph);
2140
2140
                return NULL;