Update Lua sources
MicroLua brings Lua on the Nintendo DS for easy programming
                
                Brought to you by:
                
                    reylak
                    
                
            
            
        
        
        
    For obvious reasons updating the sources of Lua included in MicroLua would be a nice thing to do. Currently the latest stable release is 5.2.2.
The work to do, more than simply copying a bunch of files, is to put back what MicroLua changed in Lua sources.
            
  
  
     
  
            
               
        
            Anonymous
        
    
            
          
Done in [0e7851] "Update the sources of Lua to 5.2.2."
This update removes entirely the DateTime system as Lua already possesses
os.time()andos.date()which are also based on the C functiontime()so it was redundant. This change is however untested on 3DS although it works fine on NDSLite.Related
Commit: [0e7851]