root/lang

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @13479 [13479] 5 years gan2 マップを左クリックしたときにその位置にあるセルをステータスウィンドウに表示するようにした
(edit) @13478 [13478] 5 years fd0 initial release
(edit) @13477 [13477] 5 years ihag fix
(edit) @13475 [13475] 5 years fd0 mkdir
(edit) @13474 [13474] 5 years nyarla tagging version 0.01
(edit) @13473 [13473] 5 years nyarla fixed typo. I thank tokuhirom. tokuhirom++
(edit) @13472 [13472] 5 years snj14
(edit) @13471 [13471] 5 years snj14
(edit) @13470 [13470] 5 years tokuhirom we don't need authorizer
(edit) @13469 [13469] 5 years tokuhirom change configuration file structure
(edit) @13467 [13467] 5 years tokuhirom s/engine/Engine/
(edit) @13466 [13466] 5 years tokuhirom configurable.
(edit) @13465 [13465] 5 years tokuhirom use Class::MOP::load_class instead of UNIVERSAL::require
(edit) @13464 [13464] 5 years hsbt mkdir.
(edit) @13462 [13462] 5 years tokuhirom merge to lazy_request branch.
(edit) @13461 [13461] 5 years tokuhirom added test for request body. lazy_request branch does not pass this test …
(edit) @13457 [13457] 5 years teramako フォーカス移動の追加 「タブで全て開く」に対応 選択されているアイテムのツールチップにスタイルを適用
(edit) @13456 [13456] 5 years fujidig タグの複数行指定を可能に
(edit) @13455 [13455] 5 years poolmmjp POSTでタイムラインを取得するようにしてみた
(edit) @13454 [13454] 5 years poolmmjp ログが多くなると重くなるので、表示する件数に制限をかけてみた(とりあえず500)
(edit) @13452 [13452] 5 years poolmmjp ToLowerを事前にやるようにして、ほんの少しフィルタの効率良くした。
(edit) @13451 [13451] 5 years nothingmuch todo
(edit) @13450 [13450] 5 years nothingmuch move blessed() + bless to init
(edit) @13449 [13449] 5 years nothingmuch don't send keepalive if we don't mean it
(edit) @13448 [13448] 5 years nothingmuch remove superflous copy
(edit) @13447 [13447] 5 years nothingmuch remove superflous env setup
(edit) @13446 [13446] 5 years nothingmuch only keepalive if forking
(edit) @13445 [13445] 5 years nothingmuch remove unused role
(edit) @13444 [13444] 5 years nothingmuch add (unused) roles for response and request
(edit) @13443 [13443] 5 years nothingmuch abstract roles for response writer and request processor
(edit) @13442 [13442] 5 years nothingmuch request builder doesn't actually need to be immutable
(edit) @13441 [13441] 5 years nothingmuch more refactorings of request builder, split different behaviors into roles
(edit) @13440 [13440] 5 years nothingmuch all tests pass again
(edit) @13439 [13439] 5 years nothingmuch fix Standalone
(edit) @13434 [13434] 5 years teramako vimperator 1.0 以上に対応
(edit) @13433 [13433] 5 years ihag lang/ruby/cacti-ui: Manipulates the Cacti (http://www.cacti.net) web …
(edit) @13432 [13432] 5 years kga x-utf8-docomo な端末で動いていなかったのを修正。
(edit) @13428 [13428] 5 years tomyhero lang/perl/FormValidator-LazyWay? : more test added
(edit) @13425 [13425] 5 years tokuhirom specify the version
(edit) @13424 [13424] 5 years tokuhirom added stopwords
(edit) @13423 [13423] 5 years tokuhirom added stopwords
(edit) @13420 [13420] 5 years nothingmuch support for builder, processor and writer traits from the interface
(edit) @13419 [13419] 5 years tomyhero lang/perl/FormValidator::LazyWay? : design for check();
(edit) @13418 [13418] 5 years nothingmuch Refactor ReadBody? role
(edit) @13417 [13417] 5 years nobeans Method misssingの例外のテストを追加した。
(edit) @13415 [13415] 5 years nothingmuch finish lazy HTTP::Body reading
(edit) @13414 [13414] 5 years nothingmuch Fix HTTP::Headers constructor
(edit) @13413 [13413] 5 years nothingmuch the plan was wrong now that can_ok is removed
(edit) @13411 [13411] 5 years tomyhero lang/perl/FormValidator::LazyWay? : implement LazyWay?->new() and test
(edit) @13409 [13409] 5 years tomyhero lang/perl/FormValidator::LazyWay? : add t/utils-*
(edit) @13408 [13408] 5 years nothingmuch everything is now lazy, almost passes test suite
(edit) @13407 [13407] 5 years nothingmuch refactor RequestBuilder? into several roles, add Dummy, and make it the …
(edit) @13401 [13401] 5 years nothingmuch lazy parameter merging
(edit) @13398 [13398] 5 years nothingmuch lazify uri, use URI::WithBase?, path/base are handled by uri
(edit) @13397 [13397] 5 years nothingmuch request_builder handlers _build_hostname
(edit) @13390 [13390] 5 years kiyoka Rename kahualib.scm to core.scm
(edit) @13389 [13389] 5 years kiyoka create RSS generate API.
(edit) @13382 [13382] 5 years fujidig bug fix
(edit) @13381 [13381] 5 years fujidig 複数行コメントや複数行文字列リテラル中で誤認識しないように
(edit) @13379 [13379] 5 years dankogai makes DOM resizable
(edit) @13377 [13377] 5 years nyarla I implemented rating method.
(edit) @13376 [13376] 5 years tomyhero lang/perl/FormValidator-LazyWay? : add Utils.pm
(edit) @13375 [13375] 5 years nyarla I implemented count method.
(edit) @13374 [13374] 5 years tomyhero lang/perl/FormValidator-LazyWay? : more test for message.
(edit) @13373 [13373] 5 years tokuhirom nothingmuch is author
(edit) @13371 [13371] 5 years fujidig インデントをタブに統一
(edit) @13370 [13370] 5 years nothingmuch refactor _read_all for reading the whole body
(edit) @13369 [13369] 5 years nothingmuch lazy headers (Breaks body parameters for now)
(edit) @13368 [13368] 5 years nothingmuch build_cookies is lazy
(edit) @13367 [13367] 5 years nothingmuch lazy_build ftw
(edit) @13366 [13366] 5 years nothingmuch add the request_builder attr to request
(edit) @13365 [13365] 5 years nothingmuch more helpful request builder test
(edit) @13364 [13364] 5 years nothingmuch shorter benchmark time
(edit) @13363 [13363] 5 years nothingmuch - Create branch lazy_request
(edit) @13362 [13362] 5 years nothingmuch use ClassName? type constraint where the attrs are class names
(edit) @13361 [13361] 5 years nothingmuch RUNNING_IN_HELL constant from POE
(edit) @13360 [13360] 5 years nothingmuch trigger already gets the new value, no need to call accessor again
(edit) @13359 [13359] 5 years nothingmuch remove UNIVERSAL::require dep from Makefile.PL
(edit) @13358 [13358] 5 years nothingmuch use lazy_build, not lazy + default and a big sub
(edit) @13357 [13357] 5 years nothingmuch make use of MX::Types exports so that types are actually fully qualified …
(edit) @13356 [13356] 5 years nothingmuch use modern type constraint generators for faster checking/more meta
(edit) @13355 [13355] 5 years nothingmuch remove UNIVERSAL::require
(edit) @13354 [13354] 5 years nothingmuch Ooops, forgot to set expandtab in my vimrc
(edit) @13353 [13353] 5 years dankogai makes DOM resizable
(edit) @13352 [13352] 5 years dankogai makes DOM resizable
(edit) @13351 [13351] 5 years dankogai makes DOM resizable
(edit) @13350 [13350] 5 years dankogai makes DOM resizable
(edit) @13349 [13349] 5 years dankogai makes DOM resizable
(edit) @13348 [13348] 5 years dankogai makes DOM resizable
(edit) @13347 [13347] 5 years ujihisa lang/ruby/misc/yhara/yhara.rb: fix bug
(edit) @13346 [13346] 5 years nothingmuch Add missing methods from HTTP::Request
(edit) @13345 [13345] 5 years yappo manifest update
(edit) @13344 [13344] 5 years tokuhirom I need HTTP::Body 0.9
(edit) @13343 [13343] 5 years tokuhirom I want need latest version of Moose
(edit) @13342 [13342] 5 years tokuhirom hmm... this script was broken. fixed.
(edit) @13341 [13341] 5 years yappo lang/perl/HTTP-Engine: Tagging version '0.0.10' using shipit.
(edit) @13340 [13340] 5 years yappo lang/perl/HTTP-Engine: Checking in changes prior to tagging of version …
(edit) @13338 [13338] 5 years mootoh remove experimental projet tracba.
(edit) @13337 [13337] 5 years mootoh add gemspec.
(edit) @13336 [13336] 5 years nishio /lang/python/grass remove duplicated +128 func
Note: See TracRevisionLog for help on using the revision log.