Displaying 3 results from an estimated 3 matches for "1um".
Did you mean:
1u
2001 Apr 23
0
Ext3 for Linux 2.4 progress report
...loop device, mount it and to things like
touch (NOTE: only file creations have been handled so far). If you
re-mount a dirty ext3 image, it will recovery. The first few always
work, but at present things go wrong when bdflush kicks in.
We left a patch at:
ftp.inter-mezzo.org:/pub/ext3/242-ac26-1um.ext3-ph5_4.patch.gz
In the patch there are markers of the form @@@ with your names, asking for
help!
- Peter -
2006 Apr 10
5
Inflections.rb in spanish
...cia.
I modified inflections in environment.rb
Inflector.inflections do |i|
i.irregular ''fragancia'', ''fragancias''
end
but is ignored.
The solution that I found was comment this inflection on inflections.rb
#inflect.singular(/([ti])a$/i, ''\1um'')
Any idea?
thanks
P
--
Posted via http://www.ruby-forum.com/.