~ubuntu-branches/ubuntu/raring/parrot/raring-proposed

« back to all changes in this revision

Viewing changes to src/vtable.tbl

  • Committer: Bazaar Package Importer
  • Author(s): Allison Randal
  • Date: 2011-07-30 18:45:03 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110730184503-34d4mprtfx6pt5h3
Tags: 3.6.0-1
* New upstream release
* debian/watch:
  - Modified regular expression to capture numbered directory name
    (patch from Dominique Dumont).
* debian/rules:
  - Split build-arch and build-indep, resolving lintian warning.
  - Update path to pbc_disassemble for manpage generation (patch
    from Dominique Dumont).
* debian/patches:
  - Added patch 02_fix_perl_interpreter_path.patch, resolving
    lintian warnings.
* debian/control:
  - Added DM-Upload-Allowed field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
void i_repeat(PMC* value) :write
207
207
void i_repeat_int(INTVAL value) :write
208
208
 
209
 
void substr(INTVAL offset, INTVAL length, PMC* dest)
210
 
STRING* substr_str(INTVAL offset, INTVAL length)
 
209
STRING* substr(INTVAL offset, INTVAL length)
211
210
 
212
211
[EXISTS]
213
212
INTVAL exists_keyed(PMC* key)