Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes from various committers #5

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 16, 2011

  1. Don't try to merge abbrev tables if `php-mode-abbrev-table' is unbound

    * php-repl.el: Don't try to merge abbrev tables if
    `php-mode-abbrev-table' is unbound.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    90d53b1 View commit details
    Browse the repository at this point in the history
  2. Move point to inferior php buffer

    * php-repl.el (run-php): Move point to inferior php buffer.
    
    Otherwise major mode of current buffer is set to `inferior-php-mode'.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    1bb8763 View commit details
    Browse the repository at this point in the history
  3. Fix missing quote

    * php-repl.el: Fix missing quote.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    9e57494 View commit details
    Browse the repository at this point in the history
  4. Use `apply' to pass php repl program arguments

    * php-repl.el (run-php): Use `apply' to pass php repl program
    arguments.
    
    Otherwise if `php-repl-program-arguments' is the empty, the empty
    string is passed as argument for `php-repl-program' which causes the
    process to terminate.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    7bd5ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2011

  1. Removed need to explicitly end lines with backslashes inside matched …

    …parens or curlies.
    bobthecow authored and jmhobbs committed Mar 11, 2011
    Configuration menu
    Copy the full SHA
    6a501ad View commit details
    Browse the repository at this point in the history
  2. Combined curleys and parens logic into a token stack, allows matching…

    … token pairs instead of naive counters.
    
        > If an unmatched token is incountered, in input, the read function will throw a generic exception.
        > Semicolons are only implicitly added inside curlies, not inside parens.
    bobthecow authored and jmhobbs committed Mar 11, 2011
    Configuration menu
    Copy the full SHA
    0c9ab04 View commit details
    Browse the repository at this point in the history
  3. Continue when user enters a blank line (rather than exiting). User ma…

    …y still exit by typing Ctrl+X, 'die' or 'exit'
    bobthecow authored and jmhobbs committed Mar 11, 2011
    Configuration menu
    Copy the full SHA
    2510803 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2011

  1. Restart PHP process after abnormal exit

    * php-repl.el (run-php-process-sentinel): New function. Process
    sentinel, restart PHP process after abnormal exit.
    (run-php): Use process sentinel.
    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    73d0d12 View commit details
    Browse the repository at this point in the history
  2. Setq symbol before using it

    * php-repl.el (run-php): Setq symbol before using it.
    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    b9fc57a View commit details
    Browse the repository at this point in the history
  3. Don't change buffer and window when visiting inferior-php-buffer

    * php-repl.el (run-php): Don't change buffer and window when already
    visiting inferior-php-buffer.
    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    ebbb46c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'jmhobbs/master'

    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    b37af2c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2011

  1. Fix typo in defgroup prefix

    * php-repl.el (php-repl): Fix typo in defgroup prefix.
    David Maus committed Jul 10, 2011
    Configuration menu
    Copy the full SHA
    95a9dfe View commit details
    Browse the repository at this point in the history
  2. Use inferior php buffer, not sql buffer

    * php-repl.el (php-send-region): Use inferior php buffer, not sql
      buffer.
    David Maus committed Jul 10, 2011
    Configuration menu
    Copy the full SHA
    b2cb936 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2012

  1. Added check for PHP_INCLUDE_PATH environment variable.

    The binary wrapper /scripts/php-repl will now if the environment
    variable PHP_INCLUDE_PATH is set and add it to the include_path php.ini
    directive.
    niclashoyer committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    ce52384 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2012

  1. Merge pull request ieure#1 from niclashoyer/ce52384e033af079329098188…

    …2dc1cc66f4a150d
    
    Add check for PHP_INCLUDE_PATH environment variable
    David Maus committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    3bf486b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2012

  1. Fixed bug in run-php that occured when php-repl-program-arguments is

    nil.
    Michael Dwyer committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    646c51d View commit details
    Browse the repository at this point in the history
  2. Pulled in changes from dmj fork.

    Michael Dwyer committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    e400ca6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2012

  1. Set local comint-related variables.

    Added a new function and corresponding defcustom
    php-repl-echo-add-newline.  This will cause php-send-region to make
    the prompt reappear on its own line.
    
    Fixed misplaced defcustom.
    kalifg committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    0bcb8b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2012

  1. adding setter for options

    Peter Meth committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    a7167af View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'kalifg/master'

    Peter Meth committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    ea3ef62 View commit details
    Browse the repository at this point in the history
  3. making setOptions public

    Peter Meth committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    cc5d2e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2013

  1. changing output of an array to print_r and adding a showtime option t…

    …o the prompt
    Peter Meth committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    f0eec4e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2013

  1. Configuration menu
    Copy the full SHA
    3dac455 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2013

  1. reorganizing files for use with composer

    Peter Meth committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    1917d5b View commit details
    Browse the repository at this point in the history
  2. adding another example

    Peter Meth committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    d8caed5 View commit details
    Browse the repository at this point in the history
  3. renaming PHP_Repl to PHPRepl

    Peter Meth committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    e25103c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4eb8398 View commit details
    Browse the repository at this point in the history
  5. changing references of PHP_Repl to PHPRepl

    Peter Meth committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    6ca1da8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2013

  1. Configuration menu
    Copy the full SHA
    7500788 View commit details
    Browse the repository at this point in the history
  2. fixing bug in sugar method ,l

    Peter Meth committed Jul 7, 2013
    Configuration menu
    Copy the full SHA
    0e3dfd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2014

  1. Configuration menu
    Copy the full SHA
    68548d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. removing auto saving of options

    peter meth committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    8b7dda5 View commit details
    Browse the repository at this point in the history
  2. fixing bug with setting options

    Peter Meth committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    2159b96 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2014

  1. separating printers from options. also making some sensible functions

    around getting and setting options and printers.  readline now writes
    history as soon as the command is run to prevent losing your history
    when you encounter a fatal error
    Peter Meth committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    2785ddb View commit details
    Browse the repository at this point in the history