diff options
| author | Hidetaka Takano <[email protected]> | 2012-04-19 23:47:28 -0700 |
|---|---|---|
| committer | Hidetaka Takano <[email protected]> | 2012-04-19 23:47:28 -0700 |
| commit | b9f079aafba47db71ce0e1339412c5db4dd3e02b (patch) | |
| tree | 392c60b5788d406c584ee605998ac896c932f815 /TODO | |
| parent | 3c07f92a2710523940c7c58b0ddfeada2082ed9f (diff) | |
| parent | 95373cb63ea01ba3052a8401517933845b3897d2 (diff) | |
| download | mruby-b9f079aafba47db71ce0e1339412c5db4dd3e02b.tar.gz mruby-b9f079aafba47db71ce0e1339412c5db4dd3e02b.zip | |
Merge pull request #7 from rystyle/master
Text corrections.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +Things to do (Things that are not done yet) + +* Here document +* Special variables ($1,$2..) +* super in aliased methods +* BEGIN/END (Were we not supporting this?) +* const_missing +* respond_to_missing + +Things to improve (Done but things to fix) + +* Hash (Reduce size. Use khash or save the order) +* stringEx (Delete encoding、delete CODERANGE、delete everything except UTF-8 or ASCII) +* Make additions as they are noticed. + |
